- Change the behavior of
options.redirect(req, res)
, return you must return the pathname where you want to redirect other than return a Boolean and handle response in the function in the past. - Add
options.hooks
- Fix that only GET request will go into the authenticate middleware issue.
- Change options.ssoff to options.slo
- Add test code.
- Bug fix for utils.sendRequest.
- When restlet pgt is using, don't set it on session.
- Add clear restlet cache feature.
- Add
restlet
feature.
- Support redis/memcache session, add cookie when set sessionStore.
- Support absolute url for proxyCallback.
- Improve custom logger.
- Add custom logger support.
- Add https support.
- Add retry when cached PT expired, add
renew
option support.
- Fix req.pathname is undefined, change to req.path.
- Add
cache proxy ticket
feature.
- Restructured from nodejs-cas.