38 projects
better-auth-starlette
Starlette integration package scaffold for better-auth-py.
better-auth-sqlalchemy
SQLAlchemy adapter package scaffold for better-auth-py.
better-auth-sqlmodel
SQLModel adapter package scaffold for better-auth-py.
better-auth-pyramid
Pyramid integration package scaffold for better-auth-py.
better-auth-piccolo
Piccolo ORM adapter package scaffold for better-auth-py.
better-auth-peewee
Peewee adapter package scaffold for better-auth-py.
better-auth-ormar
Ormar adapter package scaffold for better-auth-py.
better-auth-odmantic
ODMantic adapter package scaffold for better-auth-py.
better-auth-litestar
Litestar integration package scaffold for better-auth-py.
better-auth-flask
Flask integration package scaffold for better-auth-py.
better-auth-falcon
Falcon integration package scaffold for better-auth-py.
better-auth-bottle
Bottle integration package scaffold for better-auth-py.
better-auth-beanie
Beanie ODM adapter package scaffold for better-auth-py.
better-auth-asgi
ASGI integration package scaffold for better-auth-py.
better-auth-blacksheep
BlackSheep integration package scaffold for better-auth-py.
better-auth-fastapi
FastAPI integration package scaffold for better-auth-py.
better-auth-telemetry
Telemetry package scaffold for better-auth-py.
better-auth-mongodb
MongoDB adapter package scaffold for better-auth-py.
better-auth-django
Django integration package scaffold for better-auth-py.
better-auth-core
Core package for better-auth-py.
better-auth-cli
CLI package for better-auth-py.
better-auth-i18n
Internationalization package for better-auth-py.
better-auth-memory-adapter
In-memory adapter package for better-auth-py.
better-auth-expo
Expo parity package for better-auth-py.
better-auth-api-key
API key plugin package for better-auth-py.
better-auth-mongo-adapter
MongoDB adapter package for better-auth-py.
better-auth-redis-storage
Redis storage package for better-auth-py.
better-auth-oauth-provider
OAuth provider package for better-auth-py.
better-auth-scim
SCIM package for better-auth-py.
better-auth-passkey
Passkey package for better-auth-py.
better-auth-sso
SSO package for better-auth-py.
better-auth-stripe
Stripe integration package for better-auth-py.
better-auth-py
Python port of Better Auth's authentication framework concepts.
fastapi-http-exceptions
A library for handling HTTP exceptions in FastAPI applications, providing a set of predefined exceptions for common HTTP error statuses like 404, 403, 401, etc., to make error handling in APIs more streamlined and maintainable.
starlette-http-exceptions
A library for handling HTTP exceptions in Starlette applications, providing a set of predefined exceptions for common HTTP error statuses like 404, 403, 401, etc., to make error handling in APIs more streamlined and maintainable.
yamlforge
YAMLForge is a library designed to automatically generate SQLModel models and shcemas from a configuration in YAML format or a dictionary.
html-scrubber
A simple HTML cleaner utility built with BeautifulSoup. This library allows you to easily clean HTML content by removing unwanted tags like styles, scripts, iframes, and more. It provides an easy-to-use interface for cleaning HTML from various sources, making it ideal for web scraping, data extraction, or sanitizing HTML content before processing.
rabbiteer
A friendly and robust RabbitMQ client library for Python