fastapi-extension
There are 19 repositories under fastapi-extension topic.
IndominusByte/fastapi-jwt-auth
FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
a-luna/fastapi-redis-cache
A simple and robust caching solution for FastAPI that interprets request header values and creates proper response header values (powered by Redis)
k4black/fastapi-jwt
FastAPI native extension, easy and simple JWT auth
ericmiguel/missil
Simple FastAPI declarative endpoint-level access control.
sasha-tkachev/fastapi-cloudevents
CloudEvents FastAPI plugin. Allows to easily consume and produce events in CloudEvents format over REST API.
marktennyson/fastapi-mailman
Porting Django's email implementation to your FastAPI applications.
kareemmahlees/fastgen
A CLI for your next FastAPI project
acwazz/fastapi-responseschema
☄️ Global response wrappers for FastAPI
leynier/fastapi-control
FastAPI utility to implement class-based routing with controllers and dependency injection.
deepmancer/fastapi-auth-jwt
Simple to use FastAPI JWT authentication middleware
uriyyo/fastapi-async-safe-dependencies
FastAPI async safe dependencies 🪢
adamkirchberger/fastapi-health-monitor
A health monitor for FastAPI applications.
seapagan/fastapi-redis-cache-reborn
A simple and robust caching solution for FastAPI that interprets request header values and creates proper response header values (powered by Redis)
imgurbot12/fastapi-extras
Utilities to make using fastapi a little easier.
mariofix/merchants
A unified payment processing toolkit for Starlette/FastAPI applications
Shahaf-F-S/auto-fastapi
A pythonic functional way to construct FastAPI applications be declaring endpoints in separation of their functional definition, enabeling to separate, replicate, and reuse functions in different APIs at the same time, and also run multiple of them.
mariofix/fastapi-merchants
Merchants integration for Starlette/FastAPI Apps
sobuz80/FASTAPI-and-JWT-Authentication-Blog-python
This repository contains a Python API project using the FastAPI framework. The API provides endpoints for performing Auth Blog CRUD (Create, Read, Update, Delete) operations.
sobuz80/FASTAPIwithMongoDB
Theis FastAPI and MongoDB. It is a simpler form of that can make developing apps even faster. create a basic category and products application using the FastAPI.