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

Add Parse Server option autoSignupOnLogin to automatically create a user on log-in if none exists #9560

Open
mtrezza opened this issue Jan 18, 2025 · 1 comment
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Jan 18, 2025

New Feature / Enhancement Checklist

Current Limitation

If a user is created with auth data, there is a single linkWith request that logs in an existing user, or if needed automatically creates a new user. Using email and password requires two separate requests, for example a log-in attempt, and if no user was found, signing up, or vice-versa.

Feature / Enhancement Description

Add new Parse Server option autoSignupOnLogin that short-circuits the login endpoint to automatically create a user if none exists yet.

Copy link

parse-github-assistant bot commented Jan 18, 2025

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) labels Jan 18, 2025
@mtrezza mtrezza changed the title Add new Parse Server option to sign up on log-in Add Parse Server option autoSignupOnLogin to sign up on log-in Jan 18, 2025
@mtrezza mtrezza changed the title Add Parse Server option autoSignupOnLogin to sign up on log-in Add Parse Server option to automatically create a user on log-in if none exists Jan 18, 2025
@mtrezza mtrezza changed the title Add Parse Server option to automatically create a user on log-in if none exists Add Parse Server option autoSignupOnLogin to automatically create a user on log-in if none exists Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant