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
OAuth 2.1 requires that there is CSRF protection by using state, nonce, code_challenge, or a combination of those. It recommends to use at least code_challenge.