[AUTO]Update two-factor auth library (#517)
Files changed: M common/src/commonMain/composeResources/files/tfa.json Co-authored-by: AChep <AChep@users.noreply.github.com>
This commit is contained in:
parent
cb578d3033
commit
191da34f06
|
@ -83,14 +83,6 @@
|
|||
"documentation": "https://knowledgecenter.2checkout.com/Onboarding/Activate-and-set-up-your-2Checkout-account/Two-factor-authentication",
|
||||
"name": "2Checkout"
|
||||
},
|
||||
{
|
||||
"domain": "34SP.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://www.34sp.com/kb/142/how-to-enable-two-factor-authentication-on-your-account",
|
||||
"name": "34SP.com"
|
||||
},
|
||||
{
|
||||
"domain": "3commas.io",
|
||||
"tfa": [
|
||||
|
@ -2158,6 +2150,24 @@
|
|||
"documentation": "https://www.brex.com/support/two-factor-authentication",
|
||||
"name": "Brex"
|
||||
},
|
||||
{
|
||||
"domain": "broadcom.com",
|
||||
"additional-domains": [
|
||||
"vmware.com"
|
||||
],
|
||||
"tfa": [
|
||||
"sms",
|
||||
"call",
|
||||
"totp",
|
||||
"custom-software"
|
||||
],
|
||||
"custom-software": [
|
||||
"Okta Verify",
|
||||
"Symantec VIP"
|
||||
],
|
||||
"documentation": "https://knowledge.broadcom.com/external/article?articleId=216428",
|
||||
"name": "Broadcom"
|
||||
},
|
||||
{
|
||||
"domain": "bsky.app",
|
||||
"additional-domains": [
|
||||
|
@ -2346,6 +2356,17 @@
|
|||
"documentation": "https://www.bullionvault.com/help/two_factor_auth.html",
|
||||
"name": "BullionVault"
|
||||
},
|
||||
{
|
||||
"domain": "bunnings.com.au",
|
||||
"additional-domains": [
|
||||
"bunnings.co.nz"
|
||||
],
|
||||
"tfa": [
|
||||
"sms",
|
||||
"email"
|
||||
],
|
||||
"name": "Bunnings Warehouse"
|
||||
},
|
||||
{
|
||||
"domain": "bunny.net",
|
||||
"tfa": [
|
||||
|
@ -6685,6 +6706,13 @@
|
|||
"documentation": "https://hatena.zendesk.com/hc/ja/articles/29892170781209",
|
||||
"name": "Hatena"
|
||||
},
|
||||
{
|
||||
"domain": "hcaptcha.com",
|
||||
"tfa": [
|
||||
"u2f"
|
||||
],
|
||||
"name": "hCaptcha"
|
||||
},
|
||||
{
|
||||
"domain": "he.net",
|
||||
"url": "https://www.he.net/",
|
||||
|
@ -7097,6 +7125,14 @@
|
|||
],
|
||||
"name": "Hostwinds"
|
||||
},
|
||||
{
|
||||
"domain": "hotdoc.com.au",
|
||||
"tfa": [
|
||||
"email"
|
||||
],
|
||||
"documentation": "https://help.hotdoc.com.au/hc/articles/9565844108175",
|
||||
"name": "HotDoc"
|
||||
},
|
||||
{
|
||||
"domain": "hotjar.com",
|
||||
"tfa": [
|
||||
|
@ -16302,6 +16338,19 @@
|
|||
],
|
||||
"name": "Laravel Vapor"
|
||||
},
|
||||
{
|
||||
"domain": "vaultcord.com",
|
||||
"additional-domains": [
|
||||
"novanode.win"
|
||||
],
|
||||
"tfa": [
|
||||
"email",
|
||||
"totp",
|
||||
"u2f"
|
||||
],
|
||||
"documentation": "https://docs.vaultcord.com/misc/multi-factor-authentication",
|
||||
"name": "VaultCord"
|
||||
},
|
||||
{
|
||||
"domain": "vcu.edu",
|
||||
"tfa": [
|
||||
|
@ -16494,14 +16543,6 @@
|
|||
"notes": "SMS is required for TOTP",
|
||||
"name": "VK"
|
||||
},
|
||||
{
|
||||
"domain": "vmware.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://kb.vmware.com/s/article/74603",
|
||||
"name": "VMware"
|
||||
},
|
||||
{
|
||||
"domain": "vodafone.co.uk",
|
||||
"tfa": [
|
||||
|
@ -16713,6 +16754,14 @@
|
|||
"documentation": "https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/my_products/portal_users-manage-mfa.html",
|
||||
"name": "WatchGuard"
|
||||
},
|
||||
{
|
||||
"domain": "waveapps.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://support.waveapps.com/hc/articles/26445936336660",
|
||||
"name": "Wave"
|
||||
},
|
||||
{
|
||||
"domain": "wazirx.com",
|
||||
"tfa": [
|
||||
|
|
Loading…
Reference in New Issue