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
Actually we don't need to store "user" in session. We are not authenticating user anyway, we just get a token in a one-time OAuth2 process and then store it to database.
passport.session(), passport.serializeUser and passport.deserializeUser are used to store "user" in session. I think after removing these together, LINE notify would still work?
Actually we don't need to store "user" in session. We are not authenticating user anyway, we just get a token in a one-time OAuth2 process and then store it to database.
passport.session()
,passport.serializeUser
andpassport.deserializeUser
are used to store "user" in session. I think after removing these together, LINE notify would still work?Originally posted by @MrOrz in #185
The text was updated successfully, but these errors were encountered: