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

Magic Link Login without automatic user creation #523

Open
kelkes opened this issue May 31, 2024 · 1 comment
Open

Magic Link Login without automatic user creation #523

kelkes opened this issue May 31, 2024 · 1 comment

Comments

@kelkes
Copy link

kelkes commented May 31, 2024

Allow people to sign up via a form using the sign-up functions from nHost BUT don't auto sign up people when they use magic link login.

Context: I have an app where people can register with all their data and use magic-link as one of the sign-up methods. Unfortunately, people use the magic-link login without registering upfront, leading to "empty" users (no profile data nothing). And an empty app (because they have no data created).

I don't want to disable sign up and create users in my backend. An Option for magic-link login that fails when the user is given instead of creating a new user would be best.

Thanks,
David

Reference: #201 (comment)

@dbarrosop
Copy link
Member

Hi,

that makes sense. However, this feature should probably be more generic, i.e.:

  • Extend to all endpoints that "autosignup" (passwordless, oauth, etc)
  • Add an option to enable/disable "autosignup"

Regards

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

No branches or pull requests

2 participants