Files
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

1.0 KiB

name, about, title, labels, assignees
name about title labels assignees
Bug Report Create a report to help us improve [BUG] bug

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. macOS, Linux, Windows]
  • Go Version: [e.g. 1.21.0]
  • Browser: [e.g. Chrome, Firefox, Safari]
  • Docker Version: [if using Docker]
  • Kubernetes Version: [if using Kubernetes]

Configuration

  • Are you using email allowlist? [yes/no]
  • Is admin approval enabled? [yes/no]
  • Deployment method: [Docker, Kubernetes, direct binary]

Logs If applicable, add logs to help diagnose the problem.

Paste relevant logs here

Additional context Add any other context about the problem here.