connect-cas
connect-cas copied to clipboard
DEPRECATED Connect middleware for node CAS client
without this fix, there is a race and retrievePGTFromPGTIOU can fail (happened with session-file-store with option { retries: 0 })
There were a lot of vulnerabilities warnings including a critical one. Used `npm audit fix --force` to automatically update the dependencies. ``` found 33 vulnerabilities (9 low, 13 moderate, 10...
fix typo: procotol -> protocol
## Motivation Since CAS is such an important auth protocol, we want to make sure we trust the other end when making validations/working with proxy ticketing. In order to do...