You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can login, which correctly returns the user object as well as the session cookie.
After which I test another endpoint. The cookie object is sent and received (verified) however req.isAuthenticated() is false, req.user is null and deserializeUser is never called.
Can anyone tell me how to further debug this?
Is there a way to enable verbose logging on fastifyPassport?
I know I have something wrong here.
I can login, which correctly returns the user object as well as the session cookie.
After which I test another endpoint. The cookie object is sent and received (verified) however req.isAuthenticated() is false, req.user is null and deserializeUser is never called.
Can anyone tell me how to further debug this?
Is there a way to enable verbose logging on fastifyPassport?
Thanks!
The text was updated successfully, but these errors were encountered: