You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stumbled upon the same problem. Too bad this is the first library mentioned at jwt.io for Elixir and it is not maintained nor working.
I ended up using Erlang's JWErl library. Pretty easy to use also from Elixir, is still maintained and works as promised. There's some lack of documentation if need to use some options, but it's possible to get this information from tests.
I think the newer version of crypto.hmac has 4 arguments instead of 3 (OTP 20 and above?).
The text was updated successfully, but these errors were encountered: