Commit Graph
11 Commits
Author SHA1 Message Date
junv 75c02f4032 Publish docker image to github packages 2025-08-04 21:21:02 +10:00
junvandGitHub 85ed1c3ebc Merge pull request #1 from wahyd4/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
2025-08-04 21:07:55 +10:00
junvandGitHub a9cede94d8 Merge pull request #2 from wahyd4/dependabot/go_modules/golang.org/x/crypto-0.35.0
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.35.0
2025-08-04 21:07:45 +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 8e8f26546f Update gosec check 2025-08-04 18:56:57 +10:00
junv 07c06029d5 Update license 2025-08-04 18:54:30 +10:00
junv c2c562fc0c chore: change license from MIT to Apache 2.0
- Update LICENSE file to Apache License 2.0
- Update README.md license section
- Add changelog entry for license change
- Provides better patent protection and enterprise adoption
- Aligns with Kubernetes ecosystem standards
2025-08-04 18:50:37 +10:00
junv 6f018ce8d0 remove github setup 2025-08-04 18:47:38 +10:00
junv d164c8babd docs: add GitHub repository setup automation
- Add automated GitHub setup script for easy repository creation
- Include comprehensive setup guide with step-by-step instructions
- Cover repository configuration, branch protection, and CI/CD setup
- Provide guidance for open source project promotion and community engagement
2025-08-04 18:36:59 +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