junv
5b193c027c
Merge branch 'main' into dependabot/go_modules/github.com/rs/cors-1.11.0
2025-08-06 23:21:34 +10:00
dependabot[bot] and GitHub
f52e64431e
build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0
...
Bumps [github.com/rs/cors](https://github.com/rs/cors ) from 1.10.1 to 1.11.0.
- [Commits](https://github.com/rs/cors/compare/v1.10.1...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/cors
dependency-version: 1.11.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 11:45:24 +00:00
junv
9df863f1db
Switch to use pure go sqlite lib
2025-08-04 21:34:12 +10:00
junv and GitHub
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
dependabot[bot] and GitHub
cacd685317
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.35.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.21.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.35.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 10:56:48 +00:00
dependabot[bot] and GitHub
ed12be0d40
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
...
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-version: 5.2.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 10:53:00 +00: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