json_web_token_ex
json_web_token_ex copied to clipboard
An Elixir implementation of the JSON Web Token (JWT) Standard, RFC 7519
Results
11
json_web_token_ex issues
Sort by
recently updated
recently updated
newest added
The idiomatic Elixir way would be to accept a Keyword list for options, not a map. Maybe the API can be changed to accept both for now, and eventually deprecate...