v3.1.0
What's Changed
Full Changelog: v3.0.1...v3.1.0
Feature
turn-rs provides turn rest api support for this rfc, you can authenticate the user with a static key, but it should be noted that there is a conflict between setting a static key and dynamically authenticating via hooks api, if you set a static key, then turn-rs will not dynamically request a key from an external service via hooks api.
New configuration item added:
[auth]
static_auth_secret = ""
Configuration items that change:
[auth]
user1 = "test"
to
[auth.static_credentials]
user1 = "test"