Go-OTP is a high-performance, containerized One-Time Password (OTP) generator and authentication service written in Go. It provides secure OTP-based verification suitable for modern web and API-based applications.
- ✅ OTP generation and verification
- 🔒 Time-based (TOTP) or random OTP support
- ⚙️ RESTful API endpoints
- 🧱 MongoDB for persistent storage
- 🐳 Docker and Docker Compose ready
- 🧪 Ready for integration with web or mobile apps
- Docker
- Docker Compose
- (Optional) Go for development and debugging
swag init --dir ./cmd/server,./internal/database,./internal/handlers,./internal/modelsdocker-compose -f docker-compose.yml build --no-cachedocker-compose up