expressjs / expressjs/session

Cookie less version?

Open
#317 8 comments 4 reactions 0 assignees View on GitHub
question
Dominant language
JavaScript
Stars
6.4k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

I have a cookie-less API (which uses JWT for authentication) for a single page app and need a session store for the `passport-oauth1` module (unfortunately, that module requires a session store to work). I was wondering if I could instead base the session store on a `req.query.session_id` query parameter instead of storing the session id in a cookie. Is there any module that behaves like `express-session` but which will retrieve the session id from an url rather than a cookie?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.