Cookie less version?
Open
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
Assessment
This issue has not been assessed yet.