Saving the service protectively. Also using user from the request for socialauth...
[django-cas-provider.git] / cas_provider / urls.py
index 8edc91a..e8b8a14 100644 (file)
@@ -4,6 +4,7 @@ from views import *
 
 urlpatterns = patterns('',
     url(r'^login/', login),
+    url(r'^socialauth-login/$', socialauth_login),
     url(r'^validate/', validate),
     url(r'^logout/', logout),
 )
\ No newline at end of file