© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
MagicLink and disableSignUp validation - Better Auth
BA
Better Auth
•
4mo ago
•
2 replies
thitemple
MagicLink and disableSignUp validation
Plugins related
✅
Solved
Just to be sure
, if I understand this correctly
, the validation if the user exists is not performed by Better Auth when calling Magic Link function correct
?
await authClient.signIn.magicLink({ email: "
[email protected]
" })
await authClient.signIn.magicLink({ email: "
[email protected]
" })
The above will not error out if the email does not exist
, that should be a manual server validation
Solution
Yes
, it
'll only throw during verification
, for example when the user doesn
't exist and sign up is disabled
Jump to solution
Recent Announcements
Similar Threads
support both MagicLink and OTP
BA
Better Auth / help
13mo ago
MagicLink err_invalid_url
BA
Better Auth / help
5mo ago
creating the first user, where disableSignUp is true
BA
Better Auth / help
13mo ago
Link magiclink user to email account
BA
Better Auth / help
9mo ago