工作台 · 本地优先
Extract a single claim from a JWT
Decode a JSON Web Token and pull a single claim straight out with a JSONPath expression — change $.name to $.sub, $.exp or any claim you need. Everything runs locally.
步骤: JWT → payload JSONPath filter$.name
更多配方