Skip to content
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

Implement JWT auth for signaling connections (hello v2) #7472

Merged
merged 6 commits into from
Aug 12, 2022
Merged

Commits on Jul 7, 2022

  1. Implement JWT auth for signaling connection.

    Signed-off-by: Joachim Bauch <[email protected]>
    fancycode committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    79c1920 View commit details
    Browse the repository at this point in the history
  2. Autodetect if signaling server supports hello-v2.

    Signed-off-by: Joachim Bauch <[email protected]>
    fancycode committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    fdd9a0d View commit details
    Browse the repository at this point in the history
  3. Add support for algorithm "EdDSA" and add tests.

    Signed-off-by: Joachim Bauch <[email protected]>
    fancycode committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    39715df View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Return hello v1 ticket to maintain backwards compatibility.

    Signed-off-by: Joachim Bauch <[email protected]>
    fancycode committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e6c05ed View commit details
    Browse the repository at this point in the history
  2. Document "helloAuthParams" in signaling settings.

    Signed-off-by: Joachim Bauch <[email protected]>
    fancycode committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fe58d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Document "hello-v2-token-key" capability.

    Signed-off-by: Joachim Bauch <[email protected]>
    fancycode committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ad81347 View commit details
    Browse the repository at this point in the history