full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Update utils.py to fix jwt decoding during password request

Open nishaalnaseer opened this issue 1 year ago • 0 comments

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

nishaalnaseer avatar Feb 14 '24 06:02 nishaalnaseer