Promptly-Technologies-LLC / fastapi-jinja2-postgres-webapp

A template webapp with a pure-Python FastAPI backend, frontend templating with Jinja2, and a Postgres database to power user auth
https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/
MIT License
0 stars 0 forks source link

Try using FastAPI's session middleware to preserve any user-entered form data when redirecting back to a page with an error toast #8

Closed chriscarrollsmith closed 1 week ago

chriscarrollsmith commented 2 weeks ago

See design notes on https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/issues/4

chriscarrollsmith commented 1 week ago

Decided against this approach. Will document my reasoning in the Architecture section of the project docs.