koajs / kick-off-koa

[MAINTAINERS WANTED] An intro to koa via a set of self-guided workshops
MIT License
698 stars 93 forks source link

updates koa-session to 3.0.0, updates usage in session/auth exercises #21

Closed russmatney closed 9 years ago

russmatney commented 9 years ago

A clean install of the deps for this project gives koa-session at 3.0.0, which features a breaking change: app.use(session(app)); requires the app to be handed into the middleware.

This updates koa-session to the latest and updates the docs + implementation to reflect that change.

dead-horse commented 9 years ago

thanks!

fengmk2 commented 9 years ago

:+1: