Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netlify/gotrue
/ String
Method
String
api/context.go:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
type
contextKey string
13
14
func
(c contextKey) String() string {
15
return
"gotrue api context key "
+ string(c)
16
}
17
18
const
(
19
tokenKey = contextKey(
"jwt"
)
Callers
15
getSiteURL
Function · 0.80
ConfigureLogging
Function · 0.80
RecordLogin
Function · 0.80
addRequestID
Function · 0.80
getUserFromClaims
Function · 0.80
TestGet
Method · 0.80
TestUpdate
Method · 0.80
TestUpdate_DisableEmail
Method · 0.80
TestUpdate_PreserveSMTPConfig
Method · 0.80
TestUpdate_ClearPassword
Method · 0.80
performAuthorization
Function · 0.80
addPaginationHeaders
Function · 0.80
Calls
no outgoing calls
Tested by
14
TestGet
Method · 0.64
TestUpdate
Method · 0.64
TestUpdate_DisableEmail
Method · 0.64
TestUpdate_PreserveSMTPConfig
Method · 0.64
TestUpdate_ClearPassword
Method · 0.64
performAuthorization
Function · 0.64
TestSignupHookSendInstanceID
Function · 0.64
TestSignupHookFromClaims
Function · 0.64
setupSamlExampleState
Method · 0.64
TestVerifyInvite
Method · 0.64
TestInviteExternalGitlab
Method · 0.64
TestInviteExternalGitlab_MismatchedEmails
Method · 0.64