You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps it is something very simple: I want to send a magic link every time I manually register a user so that they can finish filling in their data.
Assuming that the user must be logged in to have privileges for seeing and editing his data, is it correct to call the sendVerificationRequest function, simulating as if the user has requested to log in, so a magic link is sent to his email? Is it possible to make this link accessible multiple times? Is there a better way to do it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Perhaps it is something very simple: I want to send a magic link every time I manually register a user so that they can finish filling in their data.
Assuming that the user must be logged in to have privileges for seeing and editing his data, is it correct to call the
sendVerificationRequest
function, simulating as if the user has requested to log in, so a magic link is sent to his email? Is it possible to make this link accessible multiple times? Is there a better way to do it?Thanks in advance 👍
Beta Was this translation helpful? Give feedback.
All reactions