supertokens-core icon indicating copy to clipboard operation
supertokens-core copied to clipboard

Extract reset password as its own recipe

Open rishabhpoddar opened this issue 3 years ago • 0 comments

Functions for password reset:

  • [ ] generate password reset token function
  • [ ] redeem password reset token
  • [ ] get user from token (without redeeming)
  • [ ] revoke token (without redeeming)
  • [ ] get tokens for a user

rishabhpoddar avatar Apr 16 '21 12:04 rishabhpoddar