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

extract_refresh_token() incorrectly extracts token from the request body even when JWT_AUTH_HTTPONLY=True #645

Open
kochul2000 opened this issue Aug 2, 2024 · 0 comments

Comments

@kochul2000
Copy link

When JWT_AUTH_HTTPONLY=True, a token sent with the "refresh" key in the request body still successfully refreshes. This issue is due to the extract_refresh_token() function not respecting the JWT_AUTH_HTTPONLY setting. This behavior needs to be addressed to ensure proper security compliance.

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

No branches or pull requests

1 participant