provide authentication service & change pithos to contact it to authenticate users
[pithos] / pithos / im / urls.py
index 35ffcfe..f2d51e5 100644 (file)
@@ -100,3 +100,8 @@ if 'twitter' in settings.IM_MODULES:
         (r'^login/twitter/?$', 'twitter.login'),
         (r'^login/twitter/authenticated/?$', 'twitter.authenticated')
     )
+
+urlpatterns += patterns('pithos.im.api',
+    (r'^authenticate/?$', 'authenticate')
+)
+