Opaque Token Authentication Demo

Server-side token management

🔄 How it works:
• Select a user card or enter credentials manually
• Login generates a server-side opaque token (valid for 5 minutes)
• Use the token to access protected resources
• Logout revokes all tokens for the user

👥 User Selection

Click on any user card below to automatically fill in the credentials

👤
John
john
password: password123
Regular User
👤
Jane
jane
password: secret456
Regular User
👨‍💼
Admin
admin
password: admin123
Administrator
👤
🔒

🔑 Authentication

Login to receive an opaque token from the server

Authenticating...
Response

👤 User Profile

Access protected endpoint using your Bearer token

Verifying token...
Response

🚪 Logout

Revoke all tokens for the current user

Logging out...
Response

📊 HTTP Transaction Details

View detailed HTTP request and response messages

Click any action button to see detailed HTTP request/response messages