This is the back-end of my web app. Currently deployed on Azure as a web app service, it handles anything from incoming requests to delivering data and authentication tokens. Postgres is the database used for the models.
Environment variables ✔️ Smart use of the ORM with a metaclass ✔️ Password hashing ✔️ Token refresh ✔️ JWT in httponly cookies ✔️ CSRF protection ✔️