Top "Fastapi" questions

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

Read a body JSON list with FastAPI

The body of an HTTP PUT request is a JSON list - like this: [item1, item2, item3, ...] I can't change …

python fastapi pydantic
MongoDb with FastAPI

I am playing around with FastAPI a bit and wanted to connect it to a MongoDB database. I however am …

mongodb mongoengine tornado-motor fastapi motorengine
How to secure fastapi API endpoint with JWT Token based authorization?

I am a little new to FastAPI in python. I am building an API backend framework that needs to have …

python jwt jwt-auth fastapi