15 Commits
Author SHA1 Message Date
junv 451daadc46 Debug 2025-08-08 15:31:31 +10:00
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 94cd6e680c Minor UI update 2025-08-05 20:34:49 +10:00
junv a90a7bb452 Add logic to share session across configured domains 2025-08-05 19:53:03 +10:00
junv 49d5ee4068 Do not create actual user when user click sign up but when clicked cancel 2025-08-05 16:50:50 +10:00
junv fb88900a63 Fix lint and go test errors 2025-08-05 10:05:06 +10:00
junv c38572955a Support wildcard domain 2025-08-04 23:27:14 +10:00
junv 0ef262b30b Use pico css to optimize UI 2025-08-04 23:11:56 +10:00
junv 35b3081a0a Revise ui to make happy pass work 2025-08-04 22:52:34 +10:00
junv 9df863f1db Switch to use pure go sqlite lib 2025-08-04 21:34:12 +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