Skip to content

turn: add feature async-auth #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

turn: add feature async-auth #671

wants to merge 3 commits into from

Conversation

clia
Copy link
Contributor

@clia clia commented May 16, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TURN] Provide async AuthHandler
1 participant