omniauth-jwt icon indicating copy to clipboard operation
omniauth-jwt copied to clipboard

Incompatibility with jwt > 0.1.11

Open tobscher opened this issue 11 years ago • 2 comments

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

tobscher avatar May 07 '14 15:05 tobscher

Is there any updates or similar libs?

lappi-lynx avatar Apr 30 '18 13:04 lappi-lynx

@lappi-lynx I rewrote this gem and modernized it!

https://github.com/pboling/omniauth-jwt2

pboling avatar Mar 07 '24 14:03 pboling