-
-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
In internal/graphql/verify_email.go:137-140, loginMethod is assigned AuthRecipeMethodBasicAuth then immediately compared to VerificationTypeMagicLinkLogin. This condition is always false since these are different constants.
Impact
LOW — Magic link login via VerifyEmail always uses the wrong login method (BasicAuth instead of MagicLinkLogin).
Fix
Check verificationRequest.Identifier instead of loginMethod to determine the verification type.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working