/
/Flask-Security External API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h 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

Login via token

This is the result of getting a passwordless login token and is usually the result of clicking the link from a passwordless email. This ALWAYS results in a 302 redirect.

get/login(passwordless)/{token}

Changes