I am using supabase inviteByEmail API from node ba...
# help
a
I am using supabase inviteByEmail API from node backend I see invite link sent to email but if user clicks on invite link first time and fails to set password during second time he will not get access token (Note: accept invite link navigates user to password set page) it is showing some error how to handle that case?? If user clicks on same link again then he will be unable to click on same link as access token will not be present in url
n
Hello @Adi! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
m
If you can detect that the token is expired on the link from the node backend, then you can probably redirect the user to a page for them to reset(set) the password. e.g
This link is expired, please reset your password to get access
n
Adi (2022-05-31)