Commit Graph
35 Commits
Author SHA1 Message Date
junv 970fece081 Add logic to able to prefill DEFAULT_EMAIL 2025-08-05 21:24:49 +10:00
junv d90829974d Fix sign in and sign up switch link 2025-08-05 20:42:47 +10:00
junv d0de0c420c Add logic to prefill email if it exist 2025-08-05 20:39:43 +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 6dc0dd1733 Update redirect login and UI 2025-08-05 19:27:39 +10:00
junv b98bc6b6e0 Update ui 2025-08-05 17:31:38 +10:00
junv a88f93b793 Better error message 2025-08-05 16:59:22 +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 620072d298 Allow nonroot to run app 2025-08-04 23:39:39 +10:00
junvandGitHub 8fdf861679 Merge pull request #7 from wahyd4/wildcard-domain
Support wildcard domain
2025-08-04 23:27:35 +10:00
junv c38572955a Support wildcard domain 2025-08-04 23:27:14 +10:00
junvandGitHub 59543814ed Merge pull request #6 from wahyd4/revise-ui
Revise UI
2025-08-04 23:12:17 +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
junvandGitHub dda44b9b25 Merge pull request #5 from wahyd4/docker-revise
Tidy up
2025-08-04 22:05:05 +10:00
junv 179510974b Tidy up 2025-08-04 22:04:23 +10:00
junvandGitHub 9633db7437 Merge pull request #4 from wahyd4/docker-revise
fix: Speed up docker build
2025-08-04 22:02:34 +10:00
junv 827a103cee fix: Speed up docker build 2025-08-04 21:59:17 +10:00
junv 91a35c750b Fix docker push error 2025-08-04 21:47:20 +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
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
dependabot[bot]andGitHub 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]andGitHub 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 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