Found 4,625 repositories(showing 30)
tadata-org
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
vstorm-co
Full-stack AI app generator — FastAPI + Next.js with agents, RAG, streaming, auth, and 20+ integrations out of the box.
IndominusByte
FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
intility
Easy and secure implementation of Azure Entra ID (previously AD) for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.
ivan-borovets
Practical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC. Bundled with extensive docs and modern tooling
amisadmin
FastAPI-User-Auth is a simple and powerful FastAPI user RBAC authentication and authorization library. Based on FastAPI-Amis-Admin and provides a freely extensible visual management interface.
AtticusZeller
👏fastapi deeply integrates with supabase,auth,curd postgresql,file upload ,etc , all in one😎,inspired by full stack fastapi postgresql
dmontagu
Auth for use with FastAPI
dorinclisu
FastAPI authentication and authorization using auth0.com
kaxiluo
fastapi skeleton. framework integration orm jwt-auth loguru dotenv APScheduler...
Yakvenalex
Этот проект представляет собой готовый шаблон для разработки масштабируемых веб-приложений на основе **FastAPI** с полноценной системой аутентификации и авторизации.
devdupont
Sample FastAPI server with JWT auth and Beanie ODM
pycasbin
Use Casbin in FastAPI, Casbin is a powerful and efficient open-source access control library.
k4black
FastAPI native extension, easy and simple JWT auth
JiayuXu0
企业级 FastAPI 项目生成器。基于 Cookiecutter,一键创建包含 JWT 认证、RBAC 权限、三层架构的生产就绪 FastAPI 项目。Enterprise FastAPI project generator. One-click creation of production-ready FastAPI projects with JWT auth, RBAC, and clean architecture via Cookiecutter.
shashstormer
This is a plug and play auth library with features enough for all purposes from simple auth to SSO, RBAC and passkeys while the core is framework agnostic it is specialized for fastapi.
roy-pstr
A simple application for authentication, authorization and user management based on Auth0. 🐍 Python ⚡ FastAPI + React.
hpohlmann
Production-ready FastAPI authentication API template with Supabase integration. Features email/password auth, Google OAuth (PKCE), JWT validation, and Google Secret Manager support. Perfect scaffolding for modern web applications requiring secure user authentication.
tsatsujnr139
A "bootstrap" REST api for implementing a role based access control authentication and authorization service for your application ecosystem built using FastAPI and Postgres.
code-specialist
Lightweight auth middleware for FastAPI that just works. Fits most auth workflows with only a few lines of code
Example code for my Medium article.
auth0-blog
Code sample for a protected API in FastAPI for Python
markomirosavljev
Basic Cognito-Auth library for Python and FastAPI.
Example for a FastAPI projet with a frontend, demonstrating how auth with an exernal OAuth provider should work.
busykoala
Fastapi OPA middleware incl. auth flow.
BekBrace
FASTAPI and JWT Authentication
artyomklg
No description available
rohanshiva
Code for Deta+FastAPI+JWT Auth Blog
jpvinod
Two Factor Authentication (2FA) using FastAPI
sabuhibrahim
This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.