jwt-cli icon indicating copy to clipboard operation
jwt-cli copied to clipboard

reduce duplication and remove dependency to base64

Open deepu105 opened this issue 1 year ago • 2 comments

Summary

I took some inspiration from this project for https://github.com/jwt-rs/jwt-ui, I made some improvements. So contributing that back if there is interest.

  • Support JWKS secret for all supported algorithms
  • Reduce duplication
  • Remove unwanted base64 dependency
  • Move utils to seperate file

Preflight checklist

  • [x] Code formatted rustfmt ($ cargo fmt)
  • [x] Code linter check with clippy ($ cargo clippy)
  • [x] Relevant tests added
  • [x] Any new documentation added

deepu105 avatar Jan 13 '24 17:01 deepu105

@deepu105 sorry for the silence on this. Can you rebase/update your branch with main?

mike-engel avatar Apr 15 '24 20:04 mike-engel

done

deepu105 avatar Apr 18 '24 11:04 deepu105