This service provides Single Sign-On (SSO) authentication for OptionsPlay applications.
Available Endpoints:
| Endpoint | Method | Description |
|---|---|---|
/signin |
GET/POST | Sign in to your account |
/api/auth/userinfo |
GET | Get current user information |
/api/auth/logout |
POST | Sign out (API endpoint) |
/api/auth/signout |
GET | Sign out with redirect |
/api/auth/check-all-cookies |
GET | Debug endpoint for cookie inspection |
For Development & Testing:
- Use the Sign Out button to clear sessions and cookies for testing
- The Check User Info button will show your current authentication status
- The Debug Cookies button helps troubleshoot cookie issues
- Sessions are stored in Redis and expire after 12 hours by default