Search code examples
Passport-Local-Mongoose Local Strategy causes infinite loop when trying to log in...


node.jspassport.jspassport-localpassport-local-mongoose

Read More
passport's req.isAuthenticated always returning false, even when I hardcode done(null, true)...


node.jsexpresspassport.jspassport-local

Read More
Apple Sign-In Fails with Mysterious 404 Error on Non-Existent /appleauth/auth/federate Endpoint...


next.jsnestjspassport.jsapple-sign-insign-in-with-apple

Read More
Passport login and persisting session...


node.jssessionauthenticationexpresspassport.js

Read More
Keep passport session alive during server restart...


javascriptnode.jsexpresspassport.js

Read More
User object on client side in front-end...


node.jssessionexpresspassport.jsjwt

Read More
How can I retain Express Session + Passport Session in Node.js?...


node.jsexpresspassport.jsexpress-session

Read More
Passport Always returns 401 when I use app.use...


javascriptnode.jsexpresshttp-status-code-401passport.js

Read More
Typescript no overload matches this call...


node.jstypescriptexpresspassport.js

Read More
Does Passport's logout function remove the cookie? If not, how does it work?...


javascriptnode.jsauthenticationpassport.jspassport-local

Read More
Use multiple local strategies in PassportJS...


node.jslocalpassport.js

Read More
Error [ERR_HTTP_HEADERS_SENT] : Cannot set headers after they are sent to the client...


javascriptnode.jsexpresspassport.js

Read More
configService in JwtStrategy constructor is undefined...


typescriptnestjspassport.jspassport-jwt

Read More
passport.serializeUser & passport.deserializeUser not working...


node.jsexpresspassport.jsexpress-sessionpassport-local

Read More
passport.js + Google: automatically redirect to login page if user is not authenticated...


corspassport.jspassport-google-oauth2

Read More
Cookie issues with Passport: why are cookies not sent/stored?...


expresscookiespassport.jsexpress-sessionpassport-local

Read More
Nest.js Auth Guard JWT Authentication constantly returns 401 unauthorized...


passport.jsnestjsjwtpassport-jwt

Read More
How can I impersonate another user with Passport.js in Node?...


javascriptnode.jspassport.js

Read More
Jest mockImplementation doesn't appear to override initial mocked module's function...


javascripttypescriptexpressjestjspassport.js

Read More
Why do I get error JwtStrategy requires a secret or key?...


node.jsmongodbexpresspassport.js

Read More
Implementing Microsoft SSO with passport-azure-ad and without msal...


node.jsazuremicrosoft-graph-apisingle-sign-onpassport.js

Read More
Why does mongoose model's hasOwnProperty return false when property does exist?...


node.jsmongodbmongoosepassport.js

Read More
passportjs + googleoauth20 + express-session (valkey store optional) req.user undefined...


node.jsexpressgoogle-oauthpassport.jsexpress-session

Read More
Using failureRedirect option of passport-local with Nest.js...


node.jsnestjspassport.jspassport-localnestjs-passport

Read More
Nestjs: req.user is undefined in middleware and Guard, but available in interceptor...


jwtnestjspassport.js

Read More
Understanding passport serialize deserialize...


node.jsauthenticationexpressserializationpassport.js

Read More
Cannot read property 'connect.sid' of undefined at Layer.session - ExpressJS session...


node.jssessionexpresspassport.js

Read More
passport-oauth2 client how to use profile data received...


node.jsexpressoauth-2.0passport.js

Read More
NestJS JWT Strategy requires a secret or key...


node.jsauthenticationjwtpassport.jsnestjs

Read More
[NestJs]: JwtModule.register() not working...


typescriptjwtnestjspassport.js

Read More
BackNext