/
/Flask-Security External API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 31m ago · Updated 3w ago
  • getRetrieve login form and/or user information
  • postLogin to application
  • getReturn passwordless login form
  • postSend passwordless login instructions email
  • getLogin via token
  • getLog out current user
  • postLog out current user
  • getReturn register form
  • postRegister with application
  • getReturn change password form
  • postChange password
  • getReturn reset password form
  • postSend reset password instructions email
  • getRequest to reset password
  • postReset password
  • getReturn send confirmation form
  • postSend confirmation email
  • getRequest to confirm account

Request to reset password

This is the result of getting a reset-password token and is usually the result of clicking the link from a reset-password email. If cv('REDIRECT_BEHAVIOR') == 'spa' then a 302 is always returned.

get/reset/{token}

Response

Reset password form

Changes