sahat / satellizer

Token-based AngularJS Authentication
https://satellizer-sahat.rhcloud.com
MIT License
7.86k stars 1.13k forks source link

How to switch social logins #851

Open JensWinter opened 8 years ago

JensWinter commented 8 years ago

Hi,

I have an Ionic app, that runs in ios. It uses Satellizer to authenticate the users with their Twitter account. So, during the authentication process the webview opens up to ask the user for the Twitter credentials. If the user checks the option "Remember me" in that form to save the credentials somehow, it isn't possible to login with a different Twitter account on the same device. When I log out of my application and the want to login again with another Twitter account it is not possible as the credentials form is skipped the next time.

Any ideas on how to reset the original behavior?

codenamezjames commented 7 years ago

Bump. Im having the same issue with G+ login. I login the first time i authorize the app and each subsequent time i login it wont let me pick a new user. it auto logs in as the last user.

How do i allow G+ account swatching?