parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

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

Open mtrezza opened this issue 11 months ago • 3 comments

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.

mtrezza avatar Jan 18 '25 01:01 mtrezza

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

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

sahil-ansari01 avatar Jan 28 '25 11:01 sahil-ansari01

Interested in this issue

tanishq4141 avatar Aug 22 '25 12:08 tanishq4141