Skip to content

Commit defe53c

Browse files
authored
Merge pull request #1229 from AChep/tfa_2factorauth_action
Update two-factor auth library
2 parents 0afd8fb + 863fe01 commit defe53c

File tree

1 file changed

+42
-3
lines changed
  • common/src/commonMain/composeResources/files

1 file changed

+42
-3
lines changed

common/src/commonMain/composeResources/files/tfa.json

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5690,14 +5690,20 @@
56905690
"domain": "epicgames.com",
56915691
"additional-domains": [
56925692
"fortnite.com",
5693-
"fallguys.com"
5693+
"fallguys.com",
5694+
"rocketleague.com"
56945695
],
56955696
"tfa": [
56965697
"sms",
56975698
"email",
5698-
"totp"
5699+
"totp",
5700+
"custom-software"
56995701
],
5700-
"documentation": "https://www.epicgames.com/help/en-US/c74/c112/a3218",
5702+
"custom-software": [
5703+
"Epic Games app",
5704+
"Epic Games Store app"
5705+
],
5706+
"documentation": "https://www.epicgames.com/help/c74/c112/a3218",
57015707
"name": "Epic Games"
57025708
},
57035709
{
@@ -14459,6 +14465,29 @@
1445914465
"documentation": "https://scu.edu/technology/get-connected/duo/learn-more-about-2fa/",
1446014466
"name": "Santa Clara University"
1446114467
},
14468+
{
14469+
"domain": "sdccd.edu",
14470+
"additional-domains": [
14471+
"sdcity.edu",
14472+
"sdmesa.edu",
14473+
"sdmiramar.edu",
14474+
"sdcce.edu"
14475+
],
14476+
"tfa": [
14477+
"sms",
14478+
"call",
14479+
"custom-software",
14480+
"custom-hardware"
14481+
],
14482+
"custom-software": [
14483+
"Microsoft Authenticator"
14484+
],
14485+
"custom-hardware": [
14486+
"SafeID token"
14487+
],
14488+
"documentation": "https://www.sdccd.edu/students/student-email.aspx",
14489+
"name": "San Diego Community College District"
14490+
},
1446214491
{
1446314492
"domain": "sdfcu.org",
1446414493
"additional-domains": [
@@ -17644,6 +17673,16 @@
1764417673
"documentation": "https://support.uphold.com/hc/en-us/articles/360023791072",
1764517674
"name": "Uphold"
1764617675
},
17676+
{
17677+
"domain": "ups.com",
17678+
"url": "https://www.ups.com",
17679+
"tfa": [
17680+
"email",
17681+
"totp"
17682+
],
17683+
"documentation": "https://www.ups.com/us/en/support/manage-your-profile#faq",
17684+
"name": "UPS"
17685+
},
1764717686
{
1764817687
"domain": "uptimerobot.com",
1764917688
"tfa": [

0 commit comments

Comments
 (0)