It's complicated because magic links rely on long tokens. So security-wise the ideal approach is to generate two different codes, one for the link and one for the OTP. That's not super easy to do atm, might be simpler to use a custom ConvexCredentials provider.
It's complicated because magic links rely on long tokens. So security-wise the ideal approach is to generate two different codes, one for the link and one for the OTP. That's not super easy to do atm, might be simpler to use a custom
ConvexCredentials
provider.