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

Methods on CAS , _login & _handleTicket strip off query parameters #16

Open jeson114 opened 6 years ago

jeson114 commented 6 years ago

We might need to preserve query parameters to provide context . This is being stripped off in both the methods and replaced with only path . Can we avoid that ?