1Panel/core/app/service
KOMATA d742c7d333
feat: add support for passkey login method (#11601)
* feat: Add passkey authentication support with registration and login endpoints

* style: Refactor import statements and improve button formatting in login and settings views

* chore: Update dependencies in go.mod and go.sum, including adding go-webauthn and updating indirect dependencies

* refactor: Consolidate passkey session management and update related structures for improved clarity and functionality

* feat: Add passkey support in multiple languages with corresponding error messages and management options

* feat: Implement passkey reset command and enhance internationalization support for passkey-related messages

* refactor: Simplify login form structure by removing commented sections and unused passkey login function

* fix: Update passkey failure messages across multiple languages to include SSL certificate verification instructions

* chore: update go mod

* refactor: Update passkey handling by consolidating status checks and renaming related fields for clarity

* style: Format i18n file

* refactor: Enhance passkey configuration checks
2026-01-20 10:28:04 +08:00
..
auth.go feat: add support for passkey login method (#11601) 2026-01-20 10:28:04 +08:00
backup.go pref: Optimize backup account code structure (#11261) 2025-12-08 18:22:59 +08:00
command.go feat: Support import and export operations for quick commands (#10434) 2025-09-22 09:20:04 +00:00
entry.go
group.go
host.go chore: Remove some unused code (#11105) 2025-11-27 17:59:48 +08:00
logs.go
script_library.go chore: Modify i18n initialization method (#11368) 2025-12-17 13:46:32 +08:00
setting.go feat: add support for passkey login method (#11601) 2026-01-20 10:28:04 +08:00
upgrade.go fix: Fix version upgrade failure in some scenarios 2025-12-12 18:22:49 +08:00