Ysheep666 / passport-cas

Cas authentication strategies for Passport.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express deprecated req.param(name)

mahnunchik opened this issue · comments

express deprecated req.param(name): Use req.params, req.body, or req.query instead node_modules/passport-cas/index.js:161:22

 var ticket = req.param('ticket');

@Sadne express 弃用 req.param('ticket'). 使用 req.params.ticket