diff options
author | Magnus Hagander | 2020-08-11 11:17:30 +0000 |
---|---|---|
committer | Magnus Hagander | 2020-08-11 12:04:24 +0000 |
commit | 86725ca155503df9e88482fd8f8eb690c3eadc23 (patch) | |
tree | b7f4157e63674cd9c4c3dc74b98b02f26834a6f2 /pgcommitfest/urls.py | |
parent | 5e3b6297580bca40973e0b446035286a70bf9ad5 (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.py | 1 |
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), |