others
- [
fd9e7a9
] - deps: use ^ instead of ~ (#42) (fengmk2 <[email protected]>) - [
6d848cb
] - chore: fix typos & drop legacy workaround (#38) (Chen Yangjian <[email protected]>)
features
- [
dcbdb0a
] - feat: support options.getRedirectTarget (#37) (Yiyu He <[email protected]>)
fixes
- [
f79d431
] - fix: should cleanup userauthLoginReferer on session (#33) (fengmk2 <[email protected]>),
features
- [
e4dc3fc
] - feat: support koa2 (#32) (Hengfei Zhuang <[email protected]>)
fixes
- [
f79d431
] - fix: should cleanup userauthLoginReferer on session (#33) (fengmk2 <[email protected]>)
fixes
- [
891720f
] - fix: use prefix match on referer detect (#30) (fengmk2 <[email protected]>)
fixes
- [
4074ec8
] - fix: support custom rootPaht on Windows (#29) (fengmk2 <[email protected]>)
others
- [
1a17fbb
] - docs: mention koa-session (#26) (Evgeny <[email protected]>)
- fix: package.json to reduce vulnerabilities (#25)
- feat: add next parameter to redirectHandler (#21)
- fix: request twice when ignore is reg (#20)
- feat: loginURLFormatter support context (#19)
- fix: add context parameter to ignore
- test: add https protocol test case
- fix: auto detect protocol from ctx
- fix typo
- feat: add ctx in needLogin
- deps: upgrade copy-to
- deps: upgrade debug to the latest
- Merge pull request #5 from koajs/cookie-session-hotfix
- fix: koa-session don't support key start with '_'
- fix typo, fix #3
- Merge pull request #2 from koajs/refactor
- compatibility: userauth("", options) and improve ctx.session not exists case
- support options.ignore
- update badges
- bump dependencies
- update readme
- koa userauth
- Initial commit