JWT Authentication Demo

Test JWT Bearer Token Authentication with different user roles

👥 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
👤
🔒
Authenticating...
Response
No JWT token yet. Login to receive a token.

🔍 Decoded JWT Token

HEADER Algorithm & Token Type
PAYLOAD Data & Claims
SIGNATURE Verification
Signature (Base64Url Encoded):
⚠️ Note: The signature is used to verify that the sender of the JWT is who it says it is and to ensure that the message wasn't changed along the way.

🌐 Public Endpoint

This endpoint doesn't require authentication and is publicly accessible.

Loading...
Response

👤 User Profile

This endpoint requires JWT authentication and shows user information.

Authenticating with JWT...
Response

👨‍💼 Admin Panel

This endpoint requires admin JWT token to view all users.

Verifying admin JWT token...
Response

📊 HTTP Transaction Details

View detailed HTTP request and response messages

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