You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two problems with the framework authentication I've encountered so far:
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.
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.
The text was updated successfully, but these errors were encountered:
Two problems with the framework authentication I've encountered so far:
The text was updated successfully, but these errors were encountered: