thermobased / flask-webapp

0 stars 0 forks source link

Implement persistent login sessions through cookies #2

Closed gnull closed 8 months ago

gnull commented 9 months ago

Right now, the app's main page / always displays login and register forms. Even after user has logged in.

We need to use cookies to remember that user has logged in, and change the behavior of the main page based on that.

See flask docs on using cookies.

Ivan

thermobased commented 8 months ago

fixed by 6195b1a