webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

turn: add feature async-auth

Open clia opened this issue 6 months ago • 0 comments

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

clia avatar May 16 '25 08:05 clia