/
/Supabase Auth REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
admin15
auth8
  • postIssues access and refresh tokens based on grant type.
  • postLogs out a user.
  • getAuthenticate by verifying the posession of a one-time token. Usually for use as clickable links.
  • postAuthenticate by verifying the posession of a one-time token.
  • postSigns a user up.
  • postRequest password recovery.
  • postAuthenticate a user by sending them a magic link.
  • postAuthenticate a user by sending them a One-Time Password over email or SMS.
general2
oauth3
saml2
sso1
user7
    auth

    Logs out a user.

    post/logout

    Response

    No content returned on successfull logout.

    Changes