kstateome / django-cas

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

about next_page:CAS redirect users to the page before they need authentication #53

Closed junmingmiss closed 8 years ago

junmingmiss commented 9 years ago

def login(request, next_page=None, required=False, gateway=False) next_page is null eg. url(r'^inbox/$', 'cas.views.login') i want the logged user after passing cas authentication redirect to the page 'inbox.html' they need authentication

dstegelman commented 9 years ago

Can you clarify on exactly what the issue is here?