omniauth-jwt
omniauth-jwt copied to clipboard
Incompatibility with jwt > 0.1.11
Hi,
you should consider to update your gemspec as your gem is likely to break with jwt 1.0 due to the following commit: https://github.com/progrium/ruby-jwt/blob/master/lib/jwt.rb#L106
The decode method now returns an Array with the payload body and header instead of the body as a hash.
Thanks, Tobias
Is there any updates or similar libs?
@lappi-lynx I rewrote this gem and modernized it!
https://github.com/pboling/omniauth-jwt2