Skip to content

How to login with email? #106

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
zakiso opened this issue Mar 8, 2019 · 2 comments
Closed

How to login with email? #106

zakiso opened this issue Mar 8, 2019 · 2 comments

Comments

@zakiso
Copy link

zakiso commented Mar 8, 2019

I see that there are 2 login-related interfaces, one is login using username to log in, the other is loginWith, can loginWith log in using email? Is there an example? Thanks

@RodrigoSMarques
Copy link
Contributor

Hy @zakiso,
loginWith its used to link your users with services like Twitter and Facebook, enabling your users to sign up or log into your application using their existing identities.

Get authdata using Facebook Login ou Google Sign and send authdata to Parse.

Only username is needed. I usually adopt username equal to the user's email.

See this link: https://docs.parseplatform.org/rest/guide/#linking-users

@zakiso
Copy link
Author

zakiso commented Mar 10, 2019

I got it. Thanks 👍 👍 👍 👍 👍
Thanks for your great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants