Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oauth2-proxy/oauth2-proxy
/ HashOAuthState
Method
HashOAuthState
pkg/cookies/csrf.go:20–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
// authentication flows.
19
type
CSRF
interface
{
20
HashOAuthState() string
21
HashOIDCNonce() string
22
CheckOAuthState(string) bool
23
CheckOIDCNonce(string) bool
Callers
2
doOAuthStart
Method · 0.95
getCallbackEndpoint
Method · 0.95
Implementers
1
csrf
pkg/cookies/csrf.go
Calls
no outgoing calls
Tested by
1
getCallbackEndpoint
Method · 0.76