mike-engel / jwt-cli

A super fast CLI tool to decode and encode JWTs built in Rust
MIT License
1.08k stars 65 forks source link

fix: raw JWKS --secret for ES256/ES384 alg #310

Closed vdbulcke closed 5 months ago

vdbulcke commented 8 months ago

Summary

Fix passing raw JWKS as --secret (e.g. --secret "$(curl https://auth.domain.com/jwks.json)") for ES256/ES384 alg.

Relates to https://github.com/mike-engel/jwt-cli/pull/299.

Preflight checklist