davidjb99's starred repositories
awesome-workflow-engines
A curated list of awesome open source workflow engines
awesome-node-based-uis
A curated list with resources about node-based UIs
trpc-openapi
OpenAPI support for tRPC 🧩
axios-auth-refresh
Library that helps you implement automatic refresh of authorization via axios interceptors. You can easily intercept the original request when it fails, refresh the authorization and continue with the original request, without user even noticing.
date-range-picker-for-shadcn
DateRangePicker is a reusable component for shadcn using Radix UI and Tailwind CSS. Includes preset date ranges, text entry, calendar selection and date comparison
openapi-codegen
A tool for generating code base on an OpenAPI schema.
fastapi-sso
FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account)
openapi-react-query-codegen
OpenAPI React Query Codegen is a code generator for creating React Query (also known as TanStack Query) hooks based on your OpenAPI schema.
fastapi-sqla
SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.
fastapi-responses
Find HTTPExceptions and turn them into documented responses! :tada:
fastapi-versionizer
FastAPI Versionizer
starlette-authlib
A drop-in replacement for Starlette session middleware, using Authlib's jwt
sqlalchemy-celery-beat
Celery Periodic Tasks backed by the SQLAlchemy
async-fastapi-jwt-auth
FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
SQLAlchemy-Nested-Mutable
An advanced SQLAlchemy column type factory that helps map complex Python types (e.g. List, Dict, Pydantic Model and their hybrids) to database types (e.g. ARRAY, JSONB), And keep track of mutations in deeply nested data structures so that SQLAlchemy can emit proper UPDATE statements.