expressjs/session

Request: a getSession method?

Open

#322 aberto em 14 de jun. de 2016

Ver no GitHub
 (8 comments) (0 reactions) (1 assignee)JavaScript (977 forks)batch import
help wantedideas

Métricas do repositório

Stars
 (6.073 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (2 fundiu PRs em 30d)

Description

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

Guia do colaborador