8 Commits
Author SHA1 Message Date
junv 4e4ee1fda8 Have a seperate endpoint for traefik auth 2025-08-08 14:34:36 +10:00
junv 9ece5628c4 Make /auth work for both nginx and traefik 2025-08-08 13:45:44 +10:00
junv 970fece081 Add logic to able to prefill DEFAULT_EMAIL 2025-08-05 21:24:49 +10:00
junv c38572955a Support wildcard domain 2025-08-04 23:27:14 +10:00
junv 35b3081a0a Revise ui to make happy pass work 2025-08-04 22:52:34 +10:00
junv 5fe801ff02 Fix gosec issues, also remove binary test 2025-08-04 20:36:32 +10:00
junv 7774213d58 Fix golint issues 2025-08-04 20:28:19 +10:00
junv 9427c36b8b feat: initial commit - WebAuthn passkey authentication service
- Complete WebAuthn/FIDO2 authentication implementation
- SQLite database with user and credential management
- Email-based user identification with allowlist support
- Admin approval workflow for new users
- Session management with secure cookies
- Docker containerization with Debian base for SQLite compatibility
- Kubernetes deployment manifests with nginx ingress support
- Web-based admin interface for user management
- Comprehensive documentation and deployment guides
- Standard open source project structure with CI/CD
2025-08-04 18:35:44 +10:00