attic icon indicating copy to clipboard operation
attic copied to clipboard

Support RS256 JWTs

Open cole-h opened this issue 8 months ago • 4 comments

Fixes https://github.com/zhaofengli/attic/issues/95.


While this adds support for RS256 JWTs, it does not remove support for HS256 JWTs. That said, it does recommend using RS256 in documentation.

~~We switched to using the jsonwebtoken crate since that's what we're most familiar with, but I can probably switch back to jwt_simple if that is so desired.~~

cole-h avatar Nov 12 '23 19:11 cole-h