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
We currently use a custom implementation of the urlsafe encode and decode methods because switching to the Base64.urlsafe_decode64 and Base64.urlsafe_encode64 introduced a few issues (#483).
Think the only practical impact is that the token cannot have trailing spaces anymore.
The text was updated successfully, but these errors were encountered:
We currently use a custom implementation of the urlsafe encode and decode methods because switching to the
Base64.urlsafe_decode64
andBase64.urlsafe_encode64
introduced a few issues (#483).Think the only practical impact is that the token cannot have trailing spaces anymore.
The text was updated successfully, but these errors were encountered: