LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
42 stars 12 forks source link

Enhancement: Add password reset #6

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

Add two new handlers forgot_password and reset_password - the former emits a token, the later verifies and consumes a token.