-
-
Notifications
You must be signed in to change notification settings - Fork 596
Support logIn with additional auth data #1807
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
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:feature
New feature or improvement of existing feature
Comments
Thanks for opening this issue!
|
is it currently not possible to login with username & password when you have an additional adapter?
eg? |
2 tasks
🎉 This change has been released in version 4.2.0-alpha.4 |
🎉 This change has been released in version 4.3.0-beta.1 |
🎉 This change has been released in version 4.3.0-alpha.1 |
🎉 This change has been released in version 4.3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
Parse Server 6 supports logging in with a username/password, and additional required
authData
. This is not yet supported in this SDKFeature / Enhancement Description
Add login with additional authData support via
Parse.User.logIn("username", "password", authData)
Example Use Case
Alternatives / Workarounds
3rd Party References
The text was updated successfully, but these errors were encountered: