Authentication Test Page
This page tests the secure authentication system for OPC API access.
Status:
Click a button to test the authentication system.
How it works:
- Authentication uses server-side JWT tokens
- API calls are proxied through /api/opc endpoint
- Tokens are automatically renewed when expired
- All API keys are kept server-side and never exposed
Environment Variables Required:
- CHECKOUT_API_SECRET
- JWT_SECRET
- CHECKOUT_ADMIN_USERNAME
- OPC_API_BASE_URL