Skip to content

Details about the multiple strategies per account #591

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
sparqueur opened this issue Sep 26, 2014 · 1 comment
Closed

Details about the multiple strategies per account #591

sparqueur opened this issue Sep 26, 2014 · 1 comment

Comments

@sparqueur
Copy link

Hi,

It's pretty hard to understant the login / signin mechanism your have implemented (and that you currently refactoring as I see in incoming branch).

User can currently :

  • Create a local account (email / password) --> Not trusted email
  • Sign in with facebook, twitter... which creates an account with no password
    --> Potentially trusted email
    --> Then the user can set a password to localy login
  • In the incomming version there is some kind of fusion mechanism

A real bag of bones, espatially when combining trusted emails with not trusted ones.
ex : how to handle someone who created a local account with my email if there is not email validation and then I want to connect with my facebook account (same email)

Wouldn't it be more easy to just consider each as separated accounts ?
(Facebook and twitter accounts can't set a password)

Thank's in advance

@JaKXz
Copy link
Collaborator

JaKXz commented Sep 26, 2014

This feature is coming in 2.1.0, please see #392.

@JaKXz JaKXz closed this as completed Sep 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants