uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

Optimal Session Management #149

Open klinkoberstar opened 4 months ago

klinkoberstar commented 4 months ago

We are currently working with our stakeholders to balance the application's ease of use with secure session management. Using Flask's LoginManager, we automatically manage session IDs for each user session. We plan to configure session protection to its strongest setting and determine an appropriate expiration duration for authenticated user cookies.