We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be interesting to add support for the RS256, RS384 and RS512 algorithms in JWT.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I confirm that I have used the project and it behaves correctly in the use of the RS256, RS384 and RS512 algorithms.
danieleteti
No branches or pull requests
It would be interesting to add support for the RS256, RS384 and RS512 algorithms in JWT.
The text was updated successfully, but these errors were encountered: