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.
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 theapp
to be handed into the middleware.This updates
koa-session
to the latest and updates the docs + implementation to reflect that change.