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
Steps to reproduce:
JWT.encode({}, OpenSSL::PKey::RSA.generate(2048), 'ED25519')
This error occurs when you supply invalid key type to encoder.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. What version of this gem are you using?
Sorry, something went wrong.
@excpt The latest one: 2.1.0
In order to use the ED25519 algorithm it is required to have the rbnacl gem installed. See instruction for usage in the README.md.
No branches or pull requests
Steps to reproduce:
JWT.encode({}, OpenSSL::PKey::RSA.generate(2048), 'ED25519')
This error occurs when you supply invalid key type to encoder.
The text was updated successfully, but these errors were encountered: