You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PermissionHandler not enforced for TURN TCP (#570)
Fix a security issue where the server-configured PermissionHandler was
not consulted for TURN TCP connections, allowing clients to reach peer
addresses that should have been blocked.
Add Method field to RequestAttributes
Allows AuthHandler implementations to differentiate between Allocate,
Refresh, CreatePermission, and ChannelBind requests for custom auth
policies (e.g. applying TTL checks only on initial allocation).