hasgeek / lastuser

Lastuser has been merged into Funnel. This repository is archived.
https://hasgeek.com/
BSD 2-Clause "Simplified" License
166 stars 30 forks source link

Use secure cookies #345

Closed jace closed 5 years ago

jace commented 5 years ago

Lastuser needs to have SESSION_COOKIE_SECURE = True in production settings since the app is only available via HTTPS.

iambibhas commented 5 years ago

It has been set. Cookies are now secure.