-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HS384, HS512, RS384, RS512, and ES384 #11
base: master
Are you sure you want to change the base?
Conversation
@@ -1,2 +1,2 @@ | |||
/target | |||
Cargo.lock | |||
Cargo.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this removal of the newline before EOF intentional?
Otherwise this looks useful to me, any chance of this getting merged? @nhynes |
You can also just use my fork if you want, I don't plan on deleting it even after it's merged due to the usage of the fork elsewhere |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this great PR! Let's get this published to crates.io!
This MR:
jsonwebtoken::DecodingKey
as they weren't turned into public keys before PEM encodingI can split this into 3 seperate merge requests if needed.