Xiao Yuze

Results 3 comments of Xiao Yuze

First of all, make sure you use CAS middleware before `bodyParser`. > If you want to enable slo(single sign logout) feature, you need to use casClient.core() middleware before bodyParser, because...

In default, the SLO logout request should be a POST request to this path: `/${paths.validate}`, which body contains a raw XML, sent by your CAS server. It might be different...

Same issue here, using webpack 1.13.1, seems like it will require ws anyway when require this module using webpack. Then lots of NodeJS module cannot resolve error occurred after require...