peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
289 stars 111 forks source link

Update JSON Web Token and fix OTP 20 compatibility #18

Closed jayjun closed 7 years ago

jayjun commented 7 years ago

Goth crashes on OTP 20 because JSON Web Token used a deprecated function that was removed.

Fixed in the latest release (2.10.0) and propagating change here (see garyf/json_web_token_ex#22).