full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Key error 'email' in verify_password_reset_token
verify_password_reset_token method is returning decoded_token["email"] where there is no email in the payload.
full-stack-fastapi-postgresql/{{cookiecutter.project_slug}}/backend/app/app/utils.py
it should be "sub" instead of "email" I think
Yeah. Created a pull request.
Why has not it been done yet?