summaryrefslogtreecommitdiffstats
path: root/accounts/utils/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* 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