Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/authorizerdev/authorizer
/ IsValidEmail
Function
IsValidEmail
internal/validators/email.go:6–9 ·
view source on GitHub ↗
IsValidEmail validates email
(email string)
Source
from the content-addressed store, hash-verified
4
5
// IsValidEmail validates email
6
func
IsValidEmail(email string) bool {
7
_, err := mail.ParseAddress(email)
8
return
err == nil
9
}
Callers
6
InviteMembers
Method · 0.92
ResendVerifyEmail
Method · 0.92
UpdateUser
Method · 0.92
MagicLinkLogin
Method · 0.92
SignUp
Method · 0.92
UpdateProfile
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected