better-auth-python
SKILL.md
Better Auth Python Integration Skill
Integrate Python/FastAPI backends with Better Auth (TypeScript) authentication server using JWT verification.
Architecture
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Next.js App │────▶│ Better Auth │────▶│ PostgreSQL │
│ (Frontend) │ │ (Auth Server) │ │ (Database) │
└────────┬────────┘ └────────┬────────┘ └─────────────────┘
│ │
│ JWT Token │ JWKS Endpoint
▼ ▼
┌─────────────────────────────────────────────────────────────────┐
│ FastAPI Backend │
│ (Verifies JWT tokens) │
└─────────────────────────────────────────────────────────────────┘