login-with-twitter
login-with-twitter copied to clipboard
Force Account Selection for Multiple accounts.
Thank you for this amazing Library.
Just one question, if the user has multiple twitter accounts, how do I force account selection.
Here is what I attempted:
const tw = new LoginWithTwitter({
consumerKey: oAuthConsumerKey,
consumerSecret: oAuthConsumerSecret,
callbackUrl: oAuthCallbackURL,
prompt: 'consent' //I tried adding this but it didn't ask me to select account, it is always using the logged in account
});