-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to confirm user newly signed up? #40
Comments
@dorelljames This should happen automatically with this library if you are using the context provider or hook. The You can try this in a local development environment by using the Please let me know if this didn't answer your question or solve your problem and I can investigate more! |
this seems now to be broken? im receiving a 422 response when visiting the confirm address.... any ideas?
|
This no longer works it seems. I tried it on the live site and locally replacing the domain with the local domain but either way it did not log me in after visiting the link and it did not confirm the email address because when I try to login manually afterward it tells me that the email address has not been confirmed. |
In [gotrue-js] to confirm a user you have to take the user token and call:
How do you do this in this library?
The text was updated successfully, but these errors were encountered: