full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Fix password reset tokens
Use the same dictionary key for encoding/decoding password reset tokens. Currently email is encoded into the token with key sub, whereas decoding is attempted with email.
Duplicated: https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/246
Thanks! This was handled in another PR, so I'll now pass on this one, but thanks for the interest! :coffee: