Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
mtrezza opened this issue Jan 18, 2025 · 2 comments
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 auto#OnLogin 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 # on log-in Add Parse Server option auto#OnLogin to # on log-in Jan 18, 2025
@mtrezza mtrezza changed the title Add Parse Server option auto#OnLogin to # 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 auto#OnLogin to automatically create a user on log-in if none exists Jan 18, 2025
@sahil-ansari01
Copy link

Interested in this issue, I'll push a pull request soon after fixing the issue!

# for free to join this conversation on GitHub. Already have an account? # 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

2 participants