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
{{ message }}
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
There's an issue open in ruby-jwt (jwt/ruby-jwt#133) because of 1.5.3 breaking compatibility with 1.5.2. The breaking version is going to be yanked and re-released as 1.6.0 so it should be all good after that.
I'll let this issue open for people to see the workaround in the meantime. Thanks for your help @subuta !
I found config.token_secret_signature_key was broken by ruby-jwt API updates ...
Latest ruby-jwt(v1.5.3) completely removes
base64url_decode
method from JWT module(at this PR)BTW, We may use these work around as a temporary solution :)
(we may have better solution for this problem...)
The text was updated successfully, but these errors were encountered: