Tinche / uapi

https://uapi.threeofwands.com
Apache License 2.0
90 stars 4 forks source link

Implement signed cookie sessions #5

Closed Tinche closed 2 years ago

Tinche commented 2 years ago

A small task for myself: implement signed cookie sessions on top of what we have now.

Tinche commented 2 years ago

Using https://github.com/pallets/flask/blob/main/src/flask/sessions.py as a reference.

Tinche commented 2 years ago

Done in https://github.com/Tinche/attrsapi/blob/d4abb9255722d7f9975ca611c1fa7ef34b352d1b/src/attrsapi/sessions.py