Skip to main content

jwt_calc

Function jwt_calc 

Source
pub fn jwt_calc(query: &str) -> String
Expand description

Decode, inspect, and validate JWT tokens — offline, instant, no cloud.

Commands: <token> — auto-decode: show header, claims, expiry status decode <token> — explicit decode claims <token> — show only the payload claims header <token> — show only the header