fangli / kibana-authentication-proxy

Hosts the latest kibana3 and elasticsearch behind Google OAuth2, Basic Authentication or CAS Authentication
MIT License
223 stars 66 forks source link

replace calls to deprecated cookieParser #42

Closed faxm0dem closed 9 years ago

faxm0dem commented 9 years ago

It seems cookieParser is deprecated http://www.senchalabs.org/connect/cookieParser.html

faxm0dem commented 9 years ago

you need to require e.g. express@3.18.2 in package.json

faxm0dem commented 9 years ago

sorry, didn't see this was already included cheers