summaryrefslogtreecommitdiff
path: root/tools/communityauth/sample/django/auth.py
AgeCommit message (Expand)Author
2025-06-11Use base64.urlsafe_b64encode() instead of manual specification of charsMagnus Hagander
2025-06-11Implement authenticated encryption in community authMagnus Hagander
2025-04-01Update to latest version of auth pluginMagnus Hagander
2023-08-28Add some load-time validation of PGAUTH_KEY in the django sampleMagnus Hagander
2023-06-07Fix arguments in signal callingMagnus Hagander
2023-06-07Give nicer error message when URL data is corruptMagnus Hagander
2023-06-07Add new signal auth_user_created_from_upstream to sampleMagnus Hagander
2023-06-07Import subscribe_to_user_changes function to sample auth.pyMagnus Hagander
2020-09-28Fix typo in commentMagnus Hagander
2020-08-11Implement synchronization for community authenticationMagnus Hagander
2020-08-11Make django community auth plugin only save changed fieldsMagnus Hagander
2020-08-10Make user_import in the django auth plugin return the new userMagnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-04-03Update authentication to be django 2 compatibleMagnus Hagander
2020-02-26Sync community auth plugin to be the latest-and-greatestMagnus Hagander
2019-11-01Switch to using pycryptodome instead of pycryptoMagnus Hagander
2019-01-26Import latest auth.py from pgeu as sampleMagnus Hagander
2019-01-17Fix deprecated comparison structsMagnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
2018-12-04Fix typos in commentsDaniel Gustafsson
2018-01-13Add a createuser callback for cauth django pluginMagnus Hagander
2018-01-13Add ability to import user to django cauth exampleMagnus Hagander
2018-01-13Add possibility to turn off django cauth using settings in sampleMagnus Hagander
2016-03-15Fix typoDave Page
2015-12-12Replace simpljson imports with jsonMagnus Hagander
2015-07-08Return proper errorcodes in django auth plugin exampleMagnus Hagander
2015-07-08Remove unused variablesMagnus Hagander
2014-07-19Implement user searching in the community auth systemMagnus Hagander
2014-07-19Sync up auth demo plugin with what's actually usedMagnus Hagander
2014-01-01Remove unused code causing warningsMagnus Hagander
2013-06-20Update community authentication to pass an arbitrary datablock instead of urlMagnus Hagander
2011-12-28Add sample login.html for django admin loginsMagnus Hagander
2011-12-27Implement single sign-out for community login 2.0Magnus Hagander
2011-12-22Add sample django community authentication consumerMagnus Hagander