expressjs/session

Request: a getSession method?

Open

#322 创建于 2016年6月14日

在 GitHub 查看
 (8 评论) (0 反应) (1 负责人)JavaScript (977 fork)batch import
help wantedideas

仓库指标

Star
 (6,073 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 2 个 PR)

描述

I'm working with an application that has other means of communication the do not go through the middleware. I have managed to do a hack job of unsigning cookies on the outside requests, but it would be nice to have a method as part of the middleware to take either a cookie string or a request object and return the session data.

Hope you'll consider the request

贡献者指南