[AUTO]Update two-factor auth library (#394)

Files changed:
M	common/src/commonMain/composeResources/files/tfa.json

Co-authored-by: AChep <AChep@users.noreply.github.com>
This commit is contained in:
Artem Chepurnyi 2024-06-08 12:36:44 +03:00 committed by GitHub
parent cf68669b53
commit 9ea822b8cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 18 deletions

View File

@ -154,7 +154,7 @@
"totp" "totp"
], ],
"documentation": "https://support.mozilla.org/en-US/kb/secure-firefox-account-two-step-authentication", "documentation": "https://support.mozilla.org/en-US/kb/secure-firefox-account-two-step-authentication",
"name": "Firefox" "name": "Mozilla"
}, },
{ {
"domain": "accounts.nintendo.com", "domain": "accounts.nintendo.com",
@ -805,6 +805,18 @@
"documentation": "https://appwrite.io/docs/advanced/security/2fa", "documentation": "https://appwrite.io/docs/advanced/security/2fa",
"name": "Appwrite" "name": "Appwrite"
}, },
{
"domain": "aqara.com",
"tfa": [
"email",
"custom-software"
],
"custom-software": [
"Aqara Home App"
],
"notes": "Email 2FA is always available as a backup.",
"name": "Aqara"
},
{ {
"domain": "arduino.cc", "domain": "arduino.cc",
"tfa": [ "tfa": [
@ -3514,23 +3526,6 @@
"documentation": "https://www.comed.com/MyAccount/CustomerSupport/pages/faqs.aspx#WebPartWPQ15", "documentation": "https://www.comed.com/MyAccount/CustomerSupport/pages/faqs.aspx#WebPartWPQ15",
"name": "ComEd" "name": "ComEd"
}, },
{
"domain": "commbank.com.au",
"tfa": [
"sms",
"custom-hardware",
"custom-software"
],
"custom-software": [
"CommBank app"
],
"custom-hardware": [
"NetCode Token"
],
"documentation": "https://www.commbank.com.au/support.digital-banking.explain-netcode-token.html",
"notes": "NetCode Tokens are only offered to customers who cannot use SMS 2FA or the CommBank app.",
"name": "Commonwealth Bank of Australia"
},
{ {
"domain": "commercial.metrobankonline.co.uk", "domain": "commercial.metrobankonline.co.uk",
"tfa": [ "tfa": [
@ -5129,6 +5124,14 @@
"documentation": "https://support.eneba.com/hc/en-us/articles/360010216714", "documentation": "https://support.eneba.com/hc/en-us/articles/360010216714",
"name": "Eneba" "name": "Eneba"
}, },
{
"domain": "energyaustralia.com.au",
"tfa": [
"email"
],
"documentation": "https://www.energyaustralia.com.au/home/help-and-support/faqs/multi-factor-authentication",
"name": "Energy Australia"
},
{ {
"domain": "engineyard.com", "domain": "engineyard.com",
"url": "https://www.engineyard.com", "url": "https://www.engineyard.com",
@ -7534,6 +7537,13 @@
"documentation": "https://help.instagram.com/566810106808145", "documentation": "https://help.instagram.com/566810106808145",
"name": "Instagram" "name": "Instagram"
}, },
{
"domain": "instant-gaming.com",
"tfa": [
"totp"
],
"name": "Instant-Gaming"
},
{ {
"domain": "instructure.com", "domain": "instructure.com",
"tfa": [ "tfa": [
@ -15852,6 +15862,9 @@
}, },
{ {
"domain": "up.com.au", "domain": "up.com.au",
"additional-domains": [
"up.me"
],
"tfa": [ "tfa": [
"sms" "sms"
], ],