fastapi-extension
There are 27 repositories under fastapi-extension topic.
IndominusByte/fastapi-jwt-auth
FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
k4black/fastapi-jwt
FastAPI native extension, easy and simple JWT auth
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)
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.
acwazz/fastapi-responseschema
☄️ Global response wrappers for FastAPI
kareemmahlees/fastgen
A CLI for your next FastAPI project
talismanai/querymate
Help you query your database from your query strings
georgekhananaev/fastapi-docshield
A simple FastAPI integration to protect documentation endpoints with HTTP Basic Authentication.
deepmancer/fastapi-auth-jwt
Simple to use FastAPI JWT authentication middleware
leynier/fastapi-control
FastAPI utility to implement class-based routing with controllers and dependency injection.
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)
uriyyo/fastapi-async-safe-dependencies
FastAPI async safe dependencies 🪢
uriyyo/fastapi-backports
Helpful backports for fastapi 🔄
0x48piraj/fastapi-appattest
FastAPI extension for device request verification on iOS devices using Apple’s DeviceCheck service.
adamkirchberger/fastapi-health-monitor
A health monitor for FastAPI applications.
AlgorithmAlchemy/fastapi-sqladmin-template
FastAPI-based REST API application with SQLAlchemy integration
AntonKochurka/ormparams
Query parameter parser and filter for ORM-based applications
imgurbot12/fastapi-extras
Utilities to make using fastapi a little easier.
mariofix/merchants
A unified payment processing toolkit for Starlette/FastAPI applications
pavelmaksimov/sqlalchemy-fastapi-endpoint-factory
Auto generate FastAPI endpoint by SqlAlchemy model for data access
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.
AlexDemure/gadfastopenapi
Customize and override OpenAPI schema details in FastAPI with ease
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.