mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
feat(server): passkey pre-refactor (#15060)
#### PR Dependency Tree * **PR #15060** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * OpenApp native sign-in and native session exchange (JWT) for mobile & desktop. * Centralized short-lived auth challenge store for one-time tokens. * Encrypted per-endpoint token storage and native token handlers (Android, iOS, Electron). * **Improvements** * Richer auth-method reporting (password, magic link, OAuth, passkey) and improved sign-in flows. * Hardened magic-link, OAuth, and session issuance; JWT-backed sessions and websocket JWT support. * UX tweaks: form-based password submit, OTP autocomplete, adjusted captcha flow. * **Bug Fixes** * Expanded tests and auth-state resets to avoid cross-test leakage. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"fr": 97,
|
||||
"hi": 1,
|
||||
"it": 94,
|
||||
"ja": 93,
|
||||
"ja": 92,
|
||||
"kk": 100,
|
||||
"ko": 93,
|
||||
"nb-NO": 46,
|
||||
@@ -20,9 +20,9 @@
|
||||
"pt-BR": 92,
|
||||
"ru": 95,
|
||||
"sv-SE": 93,
|
||||
"uk": 93,
|
||||
"tr": 100,
|
||||
"uk": 92,
|
||||
"ur": 100,
|
||||
"zh-Hans": 100,
|
||||
"zh-Hant": 93,
|
||||
"tr": 100
|
||||
"zh-Hant": 93
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user