API Specification
PRIVATEAuthentication
Authentication
postGet Redirect URLs
Returns OAuth redirect URLs for configured identity providers (GitHub, Discord, etc.) for an application. **Authentication:** None required
postHandle Login
Processes the OAuth callback from an identity provider. Returns either a login token (existing user) or signup token (new user). **Authentication:** None required
postHandle Signup
Completes the signup process for new users by setting their username. Requires a valid signup token from HandleLogin. **Authentication:** None required (signup token required)