Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/supabase/auth
/ String
Method
String
internal/api/context.go:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
type
contextKey string
14
15
func
(c contextKey) String() string {
16
return
"gotrue api context key "
+ string(c)
17
}
18
19
const
(
20
externalProviderTypeKey = contextKey(
"external_provider_type"
)
Callers
15
TestIsValidExternalHost
Method · 0.45
TestLimitRequestBodyMiddleware
Method · 0.45
TestRequireAdminCredentialsSessionCheck
Method · 0.45
TestListProvidersEmptyReturnsArray
Method · 0.45
TestDeleteProvider
Method · 0.45
TestAllowSelectAuthenticationMethods
Method · 0.45
PasskeyAuthenticationOptions
Method · 0.45
TestMFAVerifyFactor
Method · 0.45
TestUnenrollVerifiedFactor
Method · 0.45
TestUnenrollUnverifiedFactor
Method · 0.45
TestMFAFollowedByPasswordSignIn
Method · 0.45
performVerifyFlow
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestIsValidExternalHost
Method · 0.36
TestLimitRequestBodyMiddleware
Method · 0.36
TestRequireAdminCredentialsSessionCheck
Method · 0.36
TestListProvidersEmptyReturnsArray
Method · 0.36
TestDeleteProvider
Method · 0.36
TestAllowSelectAuthenticationMethods
Method · 0.36
TestMFAVerifyFactor
Method · 0.36
TestUnenrollVerifiedFactor
Method · 0.36
TestUnenrollUnverifiedFactor
Method · 0.36
TestMFAFollowedByPasswordSignIn
Method · 0.36
performVerifyFlow
Function · 0.36
TestMFAFactorUnenrolledNotificationEnabled
Method · 0.36