TencentWSRD / connect-cas2

NodeJS implement of CAS(Central Authentication Service) client.
MIT License
107 stars 44 forks source link

need login twice #21

Open Cinux-Chosan opened 5 years ago

Cinux-Chosan commented 5 years ago

if you need to login twice after logout, try putting app.get('/logout', casClient.logout()); before app.use(casClient.core());