summaryrefslogtreecommitdiff
path: root/pgcommitfest/auth.py
AgeCommit message (Collapse)Author
2024-05-08Update auth plugin with signal config for django 4.2Magnus Hagander
2023-06-07Sync up to latest version of pgweb auth pluginMagnus Hagander
2020-08-11Import latest version of community authentication pluginMagnus Hagander
This includes now accepting push changes from upstream.
2020-04-10Another django 2.2 updateMagnus Hagander
2020-02-26Sync up community auth plugin to latest-and-greatestMagnus Hagander
2019-02-06Import latest, py3 compatible, auth.pyMagnus Hagander
2019-02-06Fixes for pep8 compatibilityMagnus Hagander
2019-02-05Convert all spaces to tabsMagnus Hagander
2016-01-06Switch simplejson to jsonMagnus Hagander
Avoids one import... T#
2015-04-21Return proper errorcodes from auth pluginMagnus Hagander
Instead of raising an exception which will cause both a server log and an email to be sent, return a proper http 400 message when the incoming authentication request is bad. This will also show the proper error message to the client, instead of a generic internal server error.
2015-01-22Fix email address in commentMagnus Hagander
2014-07-19Add support for (encrypted) search of upstream usersMagnus Hagander
2014-04-22Add integration with community auth systemMagnus Hagander