You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jwt gem is now on version 2.1.0 and has one feature that applies particularly to users using this gem for oauth authentication against Google:
When calling JWT.decode, in version 2+, the custom_options hash now accepts an array to validate against multiple possible iss candidates. (The Google oauth specifications state that the iss may be set to either https://accounts.google.comoraccounts.google.com.)
The text was updated successfully, but these errors were encountered:
The
jwt
gem is now on version 2.1.0 and has one feature that applies particularly to users using this gem for oauth authentication against Google:When calling
JWT.decode
, in version 2+, thecustom_options
hash now accepts an array to validate against multiple possibleiss
candidates. (The Google oauth specifications state that theiss
may be set to eitherhttps://accounts.google.com
oraccounts.google.com
.)The text was updated successfully, but these errors were encountered: