Files
admin 94ffe6e7b7
Deploy Promiscuity Auth API / deploy (push) Successful in 1m29s
k8s smoke test / test (push) Successful in 20s
Add versioned legal consent to authentication
2026-07-20 02:16:02 -05:00
..
2026-05-12 15:34:12 -05:00
2026-07-20 00:30:06 -05:00
2026-01-20 13:41:38 -06:00
2026-07-11 12:39:02 -05:00

AuthApi

Document shapes

See DOCUMENTS.md for request payloads and stored document shapes.

Endpoints

  • POST /api/auth/register Register a USER account with a username, email, and password.
  • POST /api/auth/login Issue access and refresh tokens.
  • POST /api/auth/refresh Refresh an access token.
  • POST /api/auth/logout Revoke the current access token.
  • POST /api/auth/role Update a user's role (SUPER only).
  • GET /api/auth/users List users (SUPER only).