index
:
pgweb.git
master
This is the code for the postgresql.org website
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
communityauth
/
sample
/
django
/
auth.py
Age
Commit message (
Expand
)
Author
2025-06-11
Use base64.urlsafe_b64encode() instead of manual specification of chars
Magnus Hagander
2025-06-11
Implement authenticated encryption in community auth
Magnus Hagander
2025-04-01
Update to latest version of auth plugin
Magnus Hagander
2023-08-28
Add some load-time validation of PGAUTH_KEY in the django sample
Magnus Hagander
2023-06-07
Fix arguments in signal calling
Magnus Hagander
2023-06-07
Give nicer error message when URL data is corrupt
Magnus Hagander
2023-06-07
Add new signal auth_user_created_from_upstream to sample
Magnus Hagander
2023-06-07
Import subscribe_to_user_changes function to sample auth.py
Magnus Hagander
2020-09-28
Fix typo in comment
Magnus Hagander
2020-08-11
Implement synchronization for community authentication
Magnus Hagander
2020-08-11
Make django community auth plugin only save changed fields
Magnus Hagander
2020-08-10
Make user_import in the django auth plugin return the new user
Magnus Hagander
2020-07-13
Remove unused imports
Magnus Hagander
2020-04-03
Update authentication to be django 2 compatible
Magnus Hagander
2020-02-26
Sync community auth plugin to be the latest-and-greatest
Magnus Hagander
2019-11-01
Switch to using pycryptodome instead of pycrypto
Magnus Hagander
2019-01-26
Import latest auth.py from pgeu as sample
Magnus Hagander
2019-01-17
Fix deprecated comparison structs
Magnus Hagander
2019-01-17
Fix whitespace and indentation, per pep8
Magnus Hagander
2019-01-17
Tabs, meet your new overlords: spaces
Magnus Hagander
2018-12-04
Fix typos in comments
Daniel Gustafsson
2018-01-13
Add a createuser callback for cauth django plugin
Magnus Hagander
2018-01-13
Add ability to import user to django cauth example
Magnus Hagander
2018-01-13
Add possibility to turn off django cauth using settings in sample
Magnus Hagander
2016-03-15
Fix typo
Dave Page
2015-12-12
Replace simpljson imports with json
Magnus Hagander
2015-07-08
Return proper errorcodes in django auth plugin example
Magnus Hagander
2015-07-08
Remove unused variables
Magnus Hagander
2014-07-19
Implement user searching in the community auth system
Magnus Hagander
2014-07-19
Sync up auth demo plugin with what's actually used
Magnus Hagander
2014-01-01
Remove unused code causing warnings
Magnus Hagander
2013-06-20
Update community authentication to pass an arbitrary datablock instead of url
Magnus Hagander
2011-12-28
Add sample login.html for django admin logins
Magnus Hagander
2011-12-27
Implement single sign-out for community login 2.0
Magnus Hagander
2011-12-22
Add sample django community authentication consumer
Magnus Hagander