Commit Graph
5 Commits
Author SHA1 Message Date
junv 620072d298 Allow nonroot to run app 2025-08-04 23:39:39 +10:00
junv 827a103cee fix: Speed up docker build 2025-08-04 21:59:17 +10:00
junv 9df863f1db Switch to use pure go sqlite lib 2025-08-04 21:34:12 +10:00
junv 75c02f4032 Publish docker image to github packages 2025-08-04 21:21:02 +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