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
{{ message }}
This repository was archived by the owner on Nov 23, 2023. It is now read-only.
passport 를 통해 로그인 후 세션에 보관된 토큰 가져오기 https://github.com/expressjs/session 참고 req.session.id를 통해 가져올 수 있다.
req.session.id 는 unique한 key 값이고 변형할 수 없다.
req.session.cookie 는 아직 정확한 용도는 모르겠다.