@salsita/koa-jwt-auth
v1.0.3
Published
[](https://www.npmjs.com/package/@salsita/koa-jwt-auth)  version
- should be increased with every change increateSession
function, so users using old structure are logged outcreateSession
- function returning data which identifies user (usually user id)getUserForSession
- function which checks if user exists/session is valid (data returned fromcreateSession
are supplied) and result is put intoctx.state.user