Hacker News new | ask | show | jobs
by ucarion 2214 days ago
You can pretty easily parse + verify JWTs in Bash using cut + base64 + openssl, although the precise invocations depend on which "alg"s you're using.