MCPcopy Index your code
hub / github.com/authorizerdev/authorizer / GetEmailVerificationURL

Function GetEmailVerificationURL

internal/utils/common.go:88–90  ·  view source on GitHub ↗

GetEmailVerificationURL to get url for invite email verification

(token, hostname, redirectURI string)

Source from the content-addressed store, hash-verified

86
87// GetEmailVerificationURL to get url for invite email verification
88func GetEmailVerificationURL(token, hostname, redirectURI string) string {
89 return hostname + "/verify_email?token=" + token + "&redirect_uri=" + redirectURI
90}
91
92// FindDeletedValues find deleted values between original and updated one
93func FindDeletedValues(original, updated []string) []string {

Callers 5

ResendVerifyEmailMethod · 0.92
UpdateUserMethod · 0.92
MagicLinkLoginMethod · 0.92
SignUpMethod · 0.92
UpdateProfileMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected