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
When using JWT tokens in the state parameter of OAuth flow, which is quite common, we can easily run out of the length of the state column in the database in case of MySQL (which is limited to 384 characters).
The text was updated successfully, but these errors were encountered:
When using JWT tokens in the state parameter of OAuth flow, which is quite common, we can easily run out of the length of the state column in the database in case of MySQL (which is limited to 384 characters).
The text was updated successfully, but these errors were encountered: