Open GrapesGoober opened 1 week ago
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
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