kstateome / django-cas

K-State's maintained version of django-cas
MIT License
112 stars 83 forks source link

Add support for protocol-rooted URL as "next_page" argument for _logout_url constructor #67

Closed bltravis closed 7 years ago

bltravis commented 7 years ago

This request adds support for passing a protocol-rooted url (http://example.com) to the _logout_url function, instead of assuming that all redirect targets are rooted to the same host as the service from which you are logging out.

keithbauer commented 7 years ago

Thanks!