-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Introduce auth type aliases, fixes #7
STUNner' current terminology is doubly confusing: (1) what we call plaintext is not plain-text at all, and (2) we reuse the name longterm from the STUN spec to mean the time-windowed authentication mode but in fact both what we call plaintext and longterm use the STUN "long-term" authentication mechanism. This commit introduces the following aliases in the GatewayConfig authType field: (1) static as an alias for plaintext, and (2) timewindowed and ephemeral as aliases for longterm. For backward compatibility, the dataplane API does not change.
- Loading branch information
Showing
5 changed files
with
137 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters