Meteor OAuth Add/Pass Query Params to /oauth/authenticate (Twitter "force_login") -
i'm creating package allow connect multiple same service accounts , need force user login account @ popup window every time (do not authenticate automatically) twitter has option "force_login" parameter when using meteor.loginwithtwitter
twitter docs
i can't find way of using meteor, looked creating own twitter/accounts-twitter package seems it's deeper inside oauth packages , gets messy figure out or how can that. have ideas?
it not possible yesterday, it's possible today. opened pull request in meteor repository adding functionality: https://github.com/meteor/meteor/pull/5693
meteor.loginwithtwitter({ force_login: true }, ...);
note it's not merged yet, soon.
Comments
Post a Comment