Quick Start
Run the entire Autional platform locally in 3 steps.
1. Clone & Start
git clone https://github.com/autional/authms cd authms docker compose -f docker-compose.infra.yml -f docker-compose.monolith.yml up -d
2. Verify
curl http://localhost:11080/health
3. Admin Console
Visit http://localhost:11080 — login with admin@admin.com
Next Steps
- Explore the API Reference
- Integrate the SDK into your app
- Configure production deployment