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

Update utils.py to fix jwt decoding during password request #596

Closed
wants to merge 1 commit into from

Conversation

nishaalnaseer
Copy link

Another way to solve this would be to edit 96 of the same file
{"exp": exp, "nbf": now, "sub": email}, settings.SECRET_KEY, algorithm="HS256",

but this commit adheres to the convention of jwt encoding and decoding during oauth in this project

Another way to solve this would be to edit 96 of the same file
        {"exp": exp, "nbf": now, "sub": email}, settings.SECRET_KEY, algorithm="HS256",

but this commit adheres to the convention of jwt encoding and decoding during oauth in this project
@tiangolo
Copy link
Member

tiangolo commented Mar 8, 2024

Thanks! This was handled in another PR, so I'll now close this one. But thanks for the effort! 🍰

@tiangolo tiangolo closed this Mar 8, 2024
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.

2 participants