summaryrefslogtreecommitdiffstats
path: root/accounts/utils/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* Format projectJonah Brüchert2024-03-291-10/+11
* Enforce types in function callsJonah Brüchert2024-03-291-1/+1
* Port to flask 3Jonah Brüchert2024-03-281-12/+15
* Add some type annotationsJonah Brüchert2024-03-281-4/+8
* called __init__ of parent class in EncryptedSerializer to populate all attrib...Vincent Post2023-05-221-0/+1
* 2to3: UTF-8 is now default in Python 3Vincent Post2023-05-221-1/+1
* 2to3 -w accounts contribVincent Post2023-05-221-1/+1
* Code styleAlexander Sulfrian2016-02-021-4/+2
* utils/sessions: Automatic permanent sessionsAlexander Sulfrian2016-02-021-8/+15
* Encrypt the session data by defaultAlexander Sulfrian2016-02-021-0/+62