full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Update utils.py to fix jwt decoding during password request
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