Closed netroy closed 8 years ago
would anyone be interested in making this middleware work with generators-based frameworks like koa ?
Currently I'm using this workaround, but I'd prefer a less hack-ish way.
I haven't used koa yet, but I'll take a look. It'd probably be not to hard to provide a sessions.koa() function.
sessions.koa()
Would there be a way to update this for koa2(With async/await)?
would anyone be interested in making this middleware work with generators-based frameworks like koa ?
Currently I'm using this workaround, but I'd prefer a less hack-ish way.