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

feat!: Upgrade anonymous users to regular users automatically if opted in #100

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

dshukertjr
Copy link
Member

What kind of change does this PR introduce?

This PR adds a feature where if the user tries to sign-up, and the user actually is an anonymous user, this library will automatically upgrade the user to a normal authenticated user instead of calling signUp and creating a new user.

Fixes #91

@dshukertjr dshukertjr requested a review from FatumaA June 19, 2024 08:09
@FatumaA
Copy link
Collaborator

FatumaA commented Jun 19, 2024

Looks delish to me 😋

@dshukertjr dshukertjr changed the title feat: Upgrade anonymous users to regular users automatically if opted in feat!: Upgrade anonymous users to regular users automatically if opted in Jun 20, 2024
@dshukertjr dshukertjr merged commit 2d545d1 into main Jun 20, 2024
1 check passed
@dshukertjr dshukertjr deleted the feat/anonymous-upgrade branch June 20, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add anonymous sign in support
2 participants