-
Notifications
You must be signed in to change notification settings - Fork 50
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
Erlang OTP 20 breaks JsonWebToken.Algorithm.Rsa.validate_key_size/1 #20
Comments
As a temporary solution I created a erl file with the |
I've played around with it a bit and it looks like Here is a simple workaround that runs a check for the Erlang version and picks the right function -> #21 |
Looks very clean and nice!! |
It appears the latest erlang release has removed
:crypto.mpint/1
. This is causing theJsonWebToken.Algorithm.Rsa.validate_key_size/1
to break. I think we will need a work around for validating key size.The text was updated successfully, but these errors were encountered: