Workflow · Security
Local auth debug
Check Basic Auth, Bearer token, JWT claims and HMAC in one browser chain.
01Build header
02Isolate token
03Inspect claims
04Generate HMAC
Workflow · Security
Check Basic Auth, Bearer token, JWT claims and HMAC in one browser chain.
01Build header
02Isolate token
03Inspect claims
04Generate HMAC
Build an Authorization header from username and password.
Basic auth header öffnenRemove header prefixes and show the raw token.
Bearer token splitter öffnenDecode JWT claims and mark expiry times without signature verification.
JWT claims inspector öffnenGenerate an HMAC with local browser crypto.
HMAC SHA-256 öffnenBuild an Authorization header from username and password.
WorkflowRemove header prefixes and show the raw token.
WorkflowDecode JWT claims and mark expiry times without signature verification.
WorkflowGenerate an HMAC with local browser crypto.
Workflow