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
AuthApi
Document shapes
See DOCUMENTS.md for request payloads and stored document shapes.
Endpoints
POST /api/auth/registerRegister a new user.POST /api/auth/loginIssue access and refresh tokens.POST /api/auth/refreshRefresh an access token.POST /api/auth/logoutRevoke the current access token.POST /api/auth/roleUpdate a user's role (SUPER only).GET /api/auth/usersList users (SUPER only).