passport-facebook Questions

1

Solved

On our ExpressJS application, when pushed to production server, the passport session gets mixed up at random times. At random, the page can load the view of another user even when I did not log out...
Fontainebleau asked 31/8, 2015 at 9:25

1

I was looking for a solid example or to be pointed in the right direction of how to simulate testing Passport-Facebook's login process. Completely clueless as where to start. I'm open to any testi...
Casias asked 15/5, 2015 at 17:30

1

I struggle to find a full example of PhoneGap app using Facebook login that integrates nicely with passport.js. If seems like the PhoneGap FB plugin is returning AccessToken while passport FB plug...
Mayor asked 17/12, 2014 at 7:55

3

Solved

So here is my configuration for passport-facebook strategy: passport.use(new FacebookStrategy({ clientID: ".....", clientSecret: ".....", callbackURL: "http://localhost:1337/register/facebook/...
Airlee asked 2/12, 2013 at 23:57

1

Solved

After the initial successful login from Facebook and login redirection callback using passport-facebook 1.0.3 and express 4.6.1,req.session.passport and req.user contains the value set during the s...

1

Solved

I was looking for a way to let my client authorize with the facebook JS SDK and then somehow transfer this authorization to my node server (so it can verify requests with the fb graph api) I stumb...

1

Solved

Using Passport.js is there a way for me to specify multiple authentication providers for the same route? For example (from passport's guide) can I use local and facebook and twitter strategies on ...
Maxiemaxilla asked 23/12, 2013 at 14:11

1

Under a variety of circumstances, Facebook's internal AccessToken (used for various features in the Facebook API and other cases) may become invalid. For example, if a user changes her password bet...
Tetrachloride asked 8/11, 2013 at 22:35

1

Solved

I am Passport to authenticate users in an ExpressJS application. I am attempting to place all Facebook routes in their own module because I intend to support other OAuth providers. In my start scri...
Wehner asked 22/10, 2013 at 2:19

© 2022 - 2024 — McMap. All rights reserved.