Skip to content

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

Closed
3 tasks done
dblythy opened this issue Mar 6, 2023 · 6 comments · Fixed by #1955
Closed
3 tasks done

Support logIn with additional auth data #1807

dblythy opened this issue Mar 6, 2023 · 6 comments · Fixed by #1955
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

@dblythy
Copy link
Member

dblythy commented Mar 6, 2023

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 SDK

Feature / Enhancement Description

Add login with additional authData support via Parse.User.logIn("username", "password", authData)

Example Use Case

Alternatives / Workarounds

3rd Party References

@parse-github-assistant
Copy link

parse-github-assistant bot commented Mar 6, 2023

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@dblythy dblythy changed the title Support additional auth adapters Support logging in with additional auth adapters Mar 6, 2023
@dblythy dblythy changed the title Support logging in with additional auth adapters Support logIn with additional auth adapters Mar 6, 2023
@dblythy dblythy changed the title Support logIn with additional auth adapters Support logIn with additional auth data Mar 6, 2023
@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Mar 6, 2023
@chr4ss12
Copy link

is it currently not possible to login with username & password when you have an additional adapter?

logInWith('normal', {

authData: {
normal: {
  username: ...
  password:
},
challengeAdapter: {
   code: 2000
}
}

eg?

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jul 23, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 16, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
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
Projects
None yet
4 participants