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

Support for PS256 algorithm #659

Open
ataylormays-duetto opened this issue Apr 6, 2023 · 1 comment
Open

Support for PS256 algorithm #659

ataylormays-duetto opened this issue Apr 6, 2023 · 1 comment
Labels
feature request A feature has been asked for or suggested by the community

Comments

@ataylormays-duetto
Copy link

Describe the problem you'd like to have solved

According to both https://github.com/auth0/java-jwt#requirements and this library's profile on JWT.io (https://jwt.io/libraries?language=Java), there's no support for the PS256 algorithm whereas most other JWT libraries do support it.

@ataylormays-duetto ataylormays-duetto added the feature request A feature has been asked for or suggested by the community label Apr 6, 2023
@jimmyjames
Copy link
Contributor

Seems like a good algorithm to support; while we might not get to this super soon, contributions are welcome! Some implementation considerations (I haven't looked into PS256 support in Java, but just in general):

  • We should maintain java 8 compile compatibility
  • We shouldn't add any additional security providers to the implementation dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

2 participants