avishaan / lightTribe

LightTribe Backend and Collaboration Doc
2 stars 0 forks source link

Facebook authentication for an existing user through basic authentication #49

Closed ShadiFares closed 9 years ago

ShadiFares commented 9 years ago

What is the business logic for a user used basic authentication, How should we merge the two accounts. Use case: A user already logged in and then enables the Facebook login. What is the front sending the backend that maintains the connection between the existing account and the new authentication through facebook.

footnote commented 9 years ago

fb

avishaan commented 9 years ago

Good question, we are working on getting this answered. We will differentiate the notion of authenticating a user with the notion of "authorizing" a user. When we authorize the use of Facebook connection at the screen you are referencing above, we will connect the accounts by looking at the token passed in.

Note: this route we pick will most likely be different from the current Facebook route. Will keep you updated as we figure this out.

footnote commented 9 years ago

Do we have updates here?

avishaan commented 9 years ago

this is not in scope, closing out.