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

Key error 'email' in verify_password_reset_token

Open mehedees opened this issue 4 years ago • 3 comments

verify_password_reset_token method is returning decoded_token["email"] where there is no email in the payload.

mehedees avatar Apr 29 '20 09:04 mehedees

full-stack-fastapi-postgresql/{{cookiecutter.project_slug}}/backend/app/app/utils.py

it should be "sub" instead of "email" I think

sheoak avatar Jun 24 '20 04:06 sheoak

Yeah. Created a pull request.

mehedees avatar Jun 24 '20 07:06 mehedees

Why has not it been done yet?

robertop23 avatar Apr 22 '21 22:04 robertop23