Quickly make a Fast API with Auth
Using FastAPI — a python package — make an authenticated API
This package is amazing. In short, it produces Swagger automatically when you define the app, it can handle authentication, and isn’t a huge departure if you know how to use the Flask framework already.