Skip to content
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

Expo Session already exisits #710

Closed
Flowko opened this issue Jan 23, 2023 Discussed in #700 · 0 comments
Closed

Expo Session already exisits #710

Flowko opened this issue Jan 23, 2023 Discussed in #700 · 0 comments

Comments

@Flowko
Copy link

Flowko commented Jan 23, 2023

Discussed in #700

Originally posted by Flowko January 22, 2023
i cant seem to find a solution to this issue, so i have an expo app that i managed to set some of the main functionalities (sign-in/sign-up) with no issues, and i also have a next instance running, but when i send a reset password ( in this case an email_link email ) to the user from my expo app, to be able to reset his password, it loads fine in the next app and creates the session, but in my expo app, if i try to login i get Session already exists, which its correct since the session is already created through next, but is there a way to bypass this ?

( note: when the user requests a reset password email, i redirect them to the login screen, since the email will open the link in my next app, this is another issue, my initial idea was to keep it in my expo app to let the user reset their password from it, but i couldn't get it to work, reading this https://clerk.dev/docs/authentication/forgot-password confuses me a bit, cus it was sending two emails, if you can help me with that as well that would be great, like what kinda of code would be used in both reset password and forgot password screens)

Thanks

@Flowko Flowko closed this as completed Jan 31, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant