Sign in
Secure authentication with JWT tokens.
Signing in(click to toggle)
Signing in
Authenticate to CryptoBot so you can access protected pages and API-backed market/bot data.
Features
- Username/password sign-in.
- Optional Google OAuth sign-in (redirect flow).
- Inline error messages when credentials or OAuth fail.
How to Use
- Enter your username and password, then click ‘Sign in’ (or press Enter).
- To use Google, click ‘Continue with Google’ and complete the consent flow; you’ll be redirected back automatically.
- After a successful login, you will be redirected to the Dashboard.
Data Sources
- POST /api/v1/auth/token (exchanges username/password for an access token).
- GET /api/v1/auth/google/login (returns the Google auth URL + state).
Limitations / Notes
- Most pages require an access token; if you see 401/403 errors elsewhere, re-authenticate here.
- Google sign-in requires backend OAuth configuration; if it is not configured you may see an error.
Username & Password
Sign in with your account credentials.
Google Sign-In
Sign in with your Google account.
Don't have an account? Create one · new accounts require admin approval before trading.