summaryrefslogtreecommitdiff
path: root/pgcommitfest/urls.py
diff options
context:
space:
mode:
authorMagnus Hagander2020-08-11 11:17:30 +0000
committerMagnus Hagander2020-08-11 12:04:24 +0000
commit86725ca155503df9e88482fd8f8eb690c3eadc23 (patch)
treeb7f4157e63674cd9c4c3dc74b98b02f26834a6f2 /pgcommitfest/urls.py
parent5e3b6297580bca40973e0b446035286a70bf9ad5 (diff)
Import latest version of community authentication plugin
This includes now accepting push changes from upstream.
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r--pgcommitfest/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py
index cb42554..ec013f4 100644
--- a/pgcommitfest/urls.py
+++ b/pgcommitfest/urls.py
@@ -40,6 +40,7 @@ urlpatterns = [
url(r'^(?:account/)?login/?$', pgcommitfest.auth.login),
url(r'^(?:account/)?logout/?$', pgcommitfest.auth.logout),
url(r'^auth_receive/$', pgcommitfest.auth.auth_receive),
+ url(r'^auth_api/$', pgcommitfest.auth.auth_api),
# Account management
url(r'^account/profile/$', pgcommitfest.userprofile.views.userprofile),