okta-jwt-verifier-java
okta-jwt-verifier-java copied to clipboard
support for HS512
Is there anyway we can add support for HS512 ? Looking at the code you only support SignatureAlgorithm.RS256 at the moment. If so, how do you handle PR? and releases. I can definitely help out if needed
@bdemers
Hey @simcoder! We ❤️ PRs!
It looks like this repo is missing a CONTRIBUTING.md
You find a similar one here: https://github.com/okta/okta-sdk-java/blob/master/CONTRIBUTING.md
And I’ll make sure to update this repo.
The TL;DR is fork and build ‘./mvnw install’
Push a PR when you think it’s ready or if you just have questions.
Keep us posted!