Oauth2 on Azure Entra ID demonstrated with client and server FastAPI applications in Python. The server is deployed to Azure Web Apps via a GitHub Actions Workflow script. Client utilizes OIDC with ...
I have used PostgreSQL for development, but you can use any SQL DB with the url entered in the .env file, because we are utilizing SQLAlchemy ORM. The DB Url will consist of username, pass and the db ...