Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ MismatchingStateException
Class
MismatchingStateException
authlib/oauth2/rfc6749/errors.py:245–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
244
245
class
MismatchingStateException(OAuth2Error):
246
error =
"mismatching_state"
247
description =
"CSRF Warning! State not equal in request and response."
Callers
2
parse_authorization_code_response
Function · 0.85
parse_implicit_response
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…