Auth
JWT authentication with bcrypt, rate limiting, and user enumeration prevention.
Explicit dependencies, security-first, AI-friendly. Copy production-ready code into your project.
# Copy a module into your project
cp -r registry/auth/src/go/* yourproject/internal/auth/
# Adapt the configuration
# Edit config.go: set JWT secret, database URL, etc.
# Implement the store interface
# type UserStore interface { ... }
# Wire up routes
# See registry/auth/examples/gin/main.goBackend modules share 80% of their skeleton across projects. Instead of installing a framework, copy pre-built, production-ready modules and own every line of code.
__llms__.md files let AI assistants understand modules quickly