[AUTO]Update two-factor auth library (#421)
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
437f7f2339
commit
6f86dbc839
|
@ -3756,6 +3756,14 @@
|
|||
"documentation": "https://it.cornell.edu/twostep",
|
||||
"name": "Cornell University"
|
||||
},
|
||||
{
|
||||
"domain": "corporatefinanceinstitute.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://help.corporatefinanceinstitute.com/article/728--",
|
||||
"name": "Corporate Finance Institute"
|
||||
},
|
||||
{
|
||||
"domain": "cosmolex.com",
|
||||
"tfa": [
|
||||
|
@ -4627,6 +4635,18 @@
|
|||
"documentation": "https://support.docusign.com/en/guides/ndse-user-guide-two-step-verification",
|
||||
"name": "Docusign"
|
||||
},
|
||||
{
|
||||
"domain": "dodo.com",
|
||||
"additional-domains": [
|
||||
"dodo.com.au"
|
||||
],
|
||||
"tfa": [
|
||||
"sms",
|
||||
"email"
|
||||
],
|
||||
"documentation": "https://www.dodo.com/protecting-your-account",
|
||||
"name": "Dodo"
|
||||
},
|
||||
{
|
||||
"domain": "domain.com.au",
|
||||
"tfa": [
|
||||
|
@ -7573,6 +7593,17 @@
|
|||
"documentation": "https://community.canvaslms.com/t5/Student-Guide/How-do-I-set-up-multi-factor-authentication-for-my-user-account/ta-p/524",
|
||||
"name": "Canvas"
|
||||
},
|
||||
{
|
||||
"domain": "insurance.everyday.com.au",
|
||||
"additional-domains": [
|
||||
"insurance.woolworths.com.au"
|
||||
],
|
||||
"tfa": [
|
||||
"sms",
|
||||
"email"
|
||||
],
|
||||
"name": "Everyday Insurance"
|
||||
},
|
||||
{
|
||||
"domain": "intelli.zoolz.com",
|
||||
"tfa": [
|
||||
|
@ -12367,6 +12398,13 @@
|
|||
"documentation": "https://docs.rapidapi.com/docs/account-creation-and-settings#two-factor-authentication-2fa",
|
||||
"name": "RapidAPI"
|
||||
},
|
||||
{
|
||||
"domain": "rapidgator.net",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"name": "Rapidgator"
|
||||
},
|
||||
{
|
||||
"domain": "raspberrypi.com",
|
||||
"tfa": [
|
||||
|
@ -14258,12 +14296,11 @@
|
|||
},
|
||||
{
|
||||
"domain": "statefarm.com",
|
||||
"url": "https://www.statefarm.com/",
|
||||
"tfa": [
|
||||
"sms",
|
||||
"email"
|
||||
],
|
||||
"documentation": "https://www.statefarm.com/customer-care/privacy-security-center/identity-verification",
|
||||
"documentation": "https://www.statefarm.com/customer-care/privacy-security/security",
|
||||
"name": "State Farm"
|
||||
},
|
||||
{
|
||||
|
@ -14478,7 +14515,6 @@
|
|||
},
|
||||
{
|
||||
"domain": "swisslife.ch",
|
||||
"url": "https://www.swisslife.ch",
|
||||
"tfa": [
|
||||
"sms"
|
||||
],
|
||||
|
@ -14651,6 +14687,14 @@
|
|||
"documentation": "https://www.tangerine.ca/en/faq/answer?permaLink=how-register-mobile-number-log-with-step-authentication--generic-phone--en--0--1&responseId=219--",
|
||||
"name": "Tangerine"
|
||||
},
|
||||
{
|
||||
"domain": "tangerinetelecom.com.au",
|
||||
"tfa": [
|
||||
"sms"
|
||||
],
|
||||
"documentation": "https://www.tangerinetelecom.com.au/help/what-is-multi-factor-authentication",
|
||||
"name": "Tangerine Telecom"
|
||||
},
|
||||
{
|
||||
"domain": "target.com",
|
||||
"url": "https://www.target.com/",
|
||||
|
@ -16990,9 +17034,10 @@
|
|||
{
|
||||
"domain": "withings.com",
|
||||
"tfa": [
|
||||
"sms"
|
||||
"sms",
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://support.withings.com/hc/en-us/articles/4409345943697",
|
||||
"documentation": "https://support.withings.com/hc/articles/21866853734545",
|
||||
"notes": "The following apps do not support 2FA: Thermo, WithBaby, Withings Home Security Camera, WiScale.",
|
||||
"name": "Withings"
|
||||
},
|
||||
|
@ -17294,6 +17339,13 @@
|
|||
"documentation": "https://help.youhodler.com/en/articles/3787039",
|
||||
"name": "YouHodler"
|
||||
},
|
||||
{
|
||||
"domain": "youi.com.au",
|
||||
"tfa": [
|
||||
"sms"
|
||||
],
|
||||
"name": "Youi Insurance"
|
||||
},
|
||||
{
|
||||
"domain": "youinvest.co.uk",
|
||||
"tfa": [
|
||||
|
|
Loading…
Reference in New Issue