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

Fix "delete account" flow #11

Closed chriscarrollsmith closed 9 hours ago

chriscarrollsmith commented 2 weeks ago

Currently the delete_account endpoint returns a successful redirect response, but it doesn't successfully either delete or log out the current user.

AkanshuS commented 1 week ago

Logout and then delete from the session.

chriscarrollsmith commented 3 days ago

https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/pull/48 will close this issue when approved and merged.