garyf / json_web_token_ex

An Elixir implementation of the JSON Web Token (JWT) Standard, RFC 7519
MIT License
143 stars 50 forks source link

Allow use of poison 4.0 #26

Open bernardd opened 4 years ago

bernardd commented 4 years ago

Just a tiny tweak to allow the use of Poison 4.0 (which works fine) without an override.

alg commented 4 years ago

@bernardd 👍