kayleecodes1 / cas-authentication

A CAS authentication library designed to be used as middleware for an Express server.
MIT License
73 stars 77 forks source link

Option added for redirect back to service url after logout #22

Open shovansahu opened 5 years ago

shovansahu commented 5 years ago

Added option to redirect back to service URL post-logout. post_logout_redirect boolean(true/false) default true If true redirects back to service URL after logout in CAS.