Zeeshaun fecbefc15c
Some checks failed
Deploy Promiscuity Auth API / deploy (push) Successful in 1m59s
Deploy Promiscuity Character API / deploy (push) Successful in 1m16s
Deploy Promiscuity Inventory API / deploy (push) Has been cancelled
Deploy Promiscuity Locations API / deploy (push) Has been cancelled
Deploy Promiscuity Mail API / deploy (push) Has been cancelled
Deploy Promiscuity World API / deploy (push) Has been cancelled
Deploy Promiscuity Crafting API / deploy (push) Has been cancelled
k8s smoke test / test (push) Has been cancelled
Recommiting glbs for LFS
2026-05-12 15:34:12 -05:00
..
2026-05-12 15:34:12 -05:00
2026-05-12 15:34:12 -05:00
2026-05-12 15:34:12 -05:00
2026-05-12 15:34:12 -05:00
2026-05-12 15:34:12 -05:00
2026-05-12 15:34:12 -05:00
2026-05-12 15:34:12 -05:00
2026-01-20 13:41:38 -06:00
2026-01-20 13:41:38 -06:00
2026-01-20 14:06:31 -06:00
2026-05-12 15:34:12 -05:00
2026-01-20 14:06:31 -06:00

AuthApi

Document shapes

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

Endpoints

  • POST /api/auth/register Register a new user.
  • 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).