Closed Tinche closed 2 years ago
A small task for myself: implement signed cookie sessions on top of what we have now.
Using https://github.com/pallets/flask/blob/main/src/flask/sessions.py as a reference.
Done in https://github.com/Tinche/attrsapi/blob/d4abb9255722d7f9975ca611c1fa7ef34b352d1b/src/attrsapi/sessions.py
A small task for myself: implement signed cookie sessions on top of what we have now.