Invite (Password provider) #439
Unanswered
SebastianPfliegel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application I only want invited users to be able to login. Users should not be able to sign up, because every user is an admin/editor. The base (
/
) route should be available publicly./admin
should only be visible for authenticated users./admin/login
should be the login form. After the user clicked the invitation link I want the user set an initial password (maybe on the route/admin/register
). @nuxtjs/supabase expects some redirection settings. I've set them up like this:I don´t know what callback is used for in my case.
As far as I know the user should be automatically logged in after clicking the invitation link, which is unfortunately not the case. Any ideas why clicking the invitation link does not log me in?
Beta Was this translation helpful? Give feedback.
All reactions