Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 21:16
· 5 commits to main since this release
d7b9785

What's Changed

  • feat: turn rest api rfc support; by @mycrl in #98

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"