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: ignore Authorization on login or token refresh #1321

Merged
merged 1 commit into from Jan 22, 2024

Conversation

pedrolamas
Copy link
Member

Ensures we do not send an Authorization header to the /access/login and /access/refresh_jwt Moonraker endpoints.

Fixes #1320

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas added the GH - Bug Something isn't working label Jan 22, 2024
@pedrolamas pedrolamas added this to the 1.27.2 milestone Jan 22, 2024
@pedrolamas pedrolamas merged commit ef55129 into fluidd-core:develop Jan 22, 2024
5 checks passed
@pedrolamas pedrolamas deleted the pedrolamas/fix-1320 branch January 22, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth token is currently being sent to login and refresh_jwt endpoints
1 participant