Deploy Promiscuity Auth API / deploy (push) Successful in 1m13s
Deploy Promiscuity Character API / deploy (push) Successful in 59s
Deploy Promiscuity Crafting API / deploy (push) Successful in 58s
Deploy Promiscuity Inventory API / deploy (push) Successful in 58s
Deploy Promiscuity Locations API / deploy (push) Successful in 59s
Deploy Promiscuity Mail API / deploy (push) Successful in 59s
Deploy Promiscuity World API / deploy (push) Successful in 59s
k8s smoke test / test (push) Successful in 20s
AuthApi
Document shapes
See DOCUMENTS.md for request payloads and stored document shapes.
Endpoints
POST /api/auth/registerRegister a USER account with a username, email, and password.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).