Replies: 1 comment 4 replies
-
Once an email link is clicked it will be used up and (eg. on your mobile |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find a way to allow authentication even if another browser/device is used.
Currently, if you log in with an email from a
desktop
but then open the email on yourmobile
or another browser/device, It will only authentication in the device which opened the link, but I want theorigin
of the request to also authenticate.I was thinking of using something like
useSWR
to do an API call on an interval to see if the session has been created on the database.But then I'm not sure;
Any advice would be highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions