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

Fix auth regression #1413

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Fix auth regression #1413

merged 2 commits into from
Jun 12, 2024

Conversation

coolreader18
Copy link
Collaborator

No description provided.

Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM. For context to future me, the format of the token query param was introduced in #51 which was only meant for short lived tokens acquired through a long-lived token, just to create a websocket connection. We should evaluate whether this query param is still necessary, and what format it should be if it is.

NOTE: We should also consider only accepting it for the websocket route, as it was originally only meant as a short lived token for this route only.

@cloutiertyler cloutiertyler added this pull request to the merge queue Jun 12, 2024
Merged via the queue into master with commit 6e052cb Jun 12, 2024
7 checks passed
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.

None yet

2 participants