Skip to content
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

JWT Add Algorithms: RS256, RS384 & RS512 #737

Open
Saxos-Simone opened this issue Mar 18, 2024 · 2 comments
Open

JWT Add Algorithms: RS256, RS384 & RS512 #737

Saxos-Simone opened this issue Mar 18, 2024 · 2 comments
Assignees

Comments

@Saxos-Simone
Copy link

It would be interesting to add support for the RS256, RS384 and RS512 algorithms in JWT.

@danieleteti danieleteti self-assigned this Mar 18, 2024
@zaniniflz
Copy link
Contributor

Hello @danieleteti ,

There is a very good library I used some time ago in another project that implements JWT.
https://github.com/paolo-rossi/delphi-jose-jwt

I forked this repository to implement the JWE to meet my needs. If you find it interesting, take a look at the latest commits in this branch:
https://github.com/zaniniflz/delphi-jose-jwt/commits/jwe

@Saxos-Simone
Copy link
Author

I confirm that I have used the project and it behaves correctly in the use of the RS256, RS384 and RS512 algorithms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants