You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent default value for `opts.tokenKey` from overwriting `ctx.state…
….token` (koajs#78)
* Fix issue 77
Prevent default value for `opts.tokenKey` from overwriting `ctx.state.token`
* Add test
* add missing `return next()` to test