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
It will prompt the below warning: Warning: Looks like your JWT signature is not encoded correctly using base64url ([https://tools.ietf.org/html/rfc4648#section-5).](https://tools.ietf.org/html/rfc4648#section-5%29.) Note that padding ("=") must be omitted as per https://tools.ietf.org/html/rfc7515#section-2
Version
4.1.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
Backend JWT validation is failing due to the padding applied in the token.
Steps to Reproduce
It will prompt the below warning:
Warning: Looks like your JWT signature is not encoded correctly using base64url ([https://tools.ietf.org/html/rfc4648#section-5).](https://tools.ietf.org/html/rfc4648#section-5%29.) Note that padding ("=") must be omitted as per https://tools.ietf.org/html/rfc7515#section-2
Version
4.1.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: