Skip to content

Auth Module

The Auth module covers email auth, current-user profile, third-party OAuth/OIDC login helpers, TOTP, and SSH keys.

Included endpoints

Notes

  • Browser login flows use session cookies.
  • Some email auth endpoints return access and refresh tokens.
  • Current /auth/oauth/* pages describe browser-login helper endpoints.
  • OAuth Provider runtime endpoints are documented in OAuth Provider Module.
  • userinfo is the current auth context endpoint.
  • /auth/me is the signed-in profile management endpoint.