Overview
Sports Index uses JWT-based authentication with HttpOnly cookies. Tokens are issued on login/signup and sent automatically via cookies or manually viaAuthorization: Bearer {token} headers.
Authentication Methods
Rate Limits
Endpoints
Create Account
Response:
Login
Response:
access_token (HttpOnly) and logged_in cookies automatically.
Logout
Requires authentication.
access_token and logged_in cookies.
Get Current User
Requires authentication.
Verify Email
Resend Verification Email
Forgot Password
Sends a password reset email if the account exists. Always returns success to prevent email enumeration.
Reset Password
Claim Seed Account
Response: