GrapesGoober / des424-g11-todo-cards

0 stars 0 forks source link

Implement Session Mechanism #9

Open GrapesGoober opened 1 week ago

GrapesGoober commented 1 week ago

Problem

There needs some state persistency in our web app. Easiest way we do that, I think, is using session in the backend side via fastAPI. Learn how to do that, lol.

There's a link for that.

https://jordanisaacs.github.io/fastapi-sessions/guide/getting_started/

Another concern is to use cookie, but that requires OAuth2