Skip to content

Authentication Problems #1521

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
tomhalley opened this issue Dec 29, 2015 · 1 comment
Closed

Authentication Problems #1521

tomhalley opened this issue Dec 29, 2015 · 1 comment

Comments

@tomhalley
Copy link

Two problems with the framework authentication I've encountered so far:

  1. Logging in with Facebook AND Google+ is not possible. Obviously the server code is expecting you to log in with one or the other, but if you log in with a second social media accounnt with the same email as the first, instead of just appending the secondary provider data to the initial user account, it actually tries to create a new user account without first checking, which of course fails becuase of the email being unique.
  2. Page refresh on Logging in with Google or Facebook. Is that really necessary? I thought the whole purpose of a single page application was to avoid this, as logging in currently destroys all client state.
@Awk34
Copy link
Member

Awk34 commented Dec 29, 2015

I believe 1 is a dupe of #359 .

@Awk34 Awk34 closed this as completed May 11, 2016
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