Configuration for VSCode to code with Python
To write code faster and cleaner we are going to configure Visual Studio Code (VSCode) to auto format the code when saving each file.
To write code faster and cleaner we are going to configure Visual Studio Code (VSCode) to auto format the code when saving each file.
This guide is a follow up to Use Google Login (OAuth) with FastAPI and JWT, in the previous guide the added to our FastAPI application JWT support.
This guide is a follow up to Use Google Login (OAuth) with FastAPI - Python, in the previous guide We allowed the user to login using its Google Credentials ...
To debug a FastAPI app with VSCode we are going to go the debug section and create a launch.json file.
We are going to allow the user to login using its Google Credentials via OAuth in our FastAPI project.