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 have searched existing issues to ensure the bug has not already been reported
Fastify version
3.24.1
Plugin version
3.0.0
Node.js version
14.18.1
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
12.0.1
Description
We are using Twitter Login with Passport (https://github.com/jaredhanson/passport-twitter)
A call is sent to Twitter with session object changes by the aforementioned library, and then when a callback request from Twitter is received at Fastify end, its session object is reset.
Prerequisites
Fastify version
3.24.1
Plugin version
3.0.0
Node.js version
14.18.1
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
12.0.1
Description
We are using Twitter Login with Passport (https://github.com/jaredhanson/passport-twitter)
A call is sent to Twitter with session object changes by the aforementioned library, and then when a callback request from Twitter is received at Fastify end, its session object is reset.
I am believing it has to do with fastify-secure-session. More details at jaredhanson/passport-twitter#109
Steps to Reproduce
Please follow jaredhanson/passport-twitter#109
Expected Behavior
Session object should not be reset and work properly
The text was updated successfully, but these errors were encountered: