mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-09-06 07:56:41 +08:00
Add complete MFA support with TOTP, recovery codes, WebAuthn, trusted-device cookie flow, and email/SMS OTP delivery via notification channels. Security follow-up: trusted device tokens are stored in HttpOnly cookies, and SMS OTP reuses the existing Webhook notifier to avoid introducing a new dynamic URL sink.
23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"item.label.Docs": {
|
|
"message": "文档",
|
|
"description": "Navbar item: Docs"
|
|
},
|
|
"item.label.Downloads": {
|
|
"message": "下载",
|
|
"description": "Navbar item: Downloads"
|
|
},
|
|
"item.label.Community": {
|
|
"message": "社区",
|
|
"description": "Navbar item: Community"
|
|
},
|
|
"item.label.Sponsors": {
|
|
"message": "赞助商",
|
|
"description": "Navbar item: Sponsors"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item: GitHub"
|
|
}
|
|
}
|