webrtc
webrtc copied to clipboard
turn: add feature async-auth
Add optional async authentication support for TURN server
This PR adds an async-auth feature flag that enables asynchronous authentication for TURN servers. When enabled, the AuthHandler trait's auth_handle method becomes asynchronous, allowing authentication logic to perform non-blocking operations like database queries.
Resolves #270