Skip to content

Commit

Permalink
Merge pull request #649 from AChep/tfa_2factorauth_action
Browse files Browse the repository at this point in the history
New Two-factor auth by GitHub Action
  • Loading branch information
AChep authored Oct 17, 2024
2 parents 33c8ee8 + 5bccd37 commit 4ffac2f
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions common/src/commonMain/composeResources/files/tfa.json
Original file line number Diff line number Diff line change
Expand Up @@ -4576,6 +4576,15 @@
"notes": "SMS-capable phone required for initial setup.",
"name": "Yandex.Disk"
},
{
"domain": "disqus.com",
"tfa": [
"email",
"totp"
],
"documentation": "https://help.disqus.com/articles/9768685",
"name": "Disqus"
},
{
"domain": "dkb.de",
"tfa": [
Expand Down Expand Up @@ -5735,18 +5744,16 @@
},
{
"domain": "fidelity.com",
"url": "https://www.fidelity.com",
"tfa": [
"sms",
"call",
"totp",
"custom-software"
],
"custom-software": [
"Symantec VIP Access"
"Fidelity Investments app"
],
"documentation": "https://www.fidelity.com/security/extra-security-login",
"notes": "Specific support varies between account types",
"name": "Fidelity Investments"
},
{
Expand Down Expand Up @@ -8147,6 +8154,14 @@
"documentation": "https://help.justworks.com/hc/en-us/articles/360004477492",
"name": "Justworks"
},
{
"domain": "kagi.com",
"tfa": [
"totp"
],
"documentation": "https://help.kagi.com/kagi/privacy/two-factor-authentication.html",
"name": "Kagi"
},
{
"domain": "kajabi.com",
"tfa": [
Expand Down Expand Up @@ -11742,12 +11757,16 @@
},
{
"domain": "pkobp.pl",
"url": "https://www.pkobp.pl/",
"additional-domains": [
"ipko.pl"
],
"tfa": [
"sms",
"u2f",
"custom-software"
],
"documentation": "https://iko.pkobp.pl/funkcje/mobilna-autoryzacja/",
"notes": "You can only register one U2F security key to your bank account",
"custom-software": [
"IKO App"
],
Expand Down Expand Up @@ -14609,6 +14628,15 @@
"documentation": "https://help.studioninja.co/en/articles/4481947",
"name": "Studio Ninja"
},
{
"domain": "subscribestar.com",
"tfa": [
"email",
"totp"
],
"documentation": "https://www.subscribestar.com/posts/1320999",
"name": "SubscribeStar.com"
},
{
"domain": "substack.com",
"tfa": [
Expand Down Expand Up @@ -15812,7 +15840,7 @@
"custom-hardware": [
"Duo token"
],
"documentation": "https://privacymatters.ubc.ca/test-faqs",
"documentation": "https://it.ubc.ca/mfa",
"name": "University of British Columbia"
},
{
Expand Down Expand Up @@ -17689,6 +17717,14 @@
"documentation": "https://support.zerodha.com/category/your-zerodha-account/login-credentials/login-credentials-of-trading-platforms/articles/time-based-otp-setup",
"name": "Zerodha Kite"
},
{
"domain": "zerotier.com",
"tfa": [
"totp",
"u2f"
],
"name": "ZeroTier"
},
{
"domain": "zillow.com",
"tfa": [
Expand Down

0 comments on commit 4ffac2f

Please sign in to comment.