Skip to content

Commit b321ff9

Browse files
authored
Merge branch 'master' into rewrite-tests
2 parents 4983924 + 78b6696 commit b321ff9

8 files changed

+49
-13
lines changed

entries/m/my.gov.au.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"myGov": {
3+
"passwordless": "allowed",
4+
"documentation": "https://my.gov.au/en/about/help/mygov-website/sign-in-to-mygov/use-passkeys",
5+
"categories": "government",
6+
"regions": [
7+
"au"
8+
]
9+
}
10+
}

entries/n/nhs.uk.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"NHS": {
3+
"passwordless": "allowed",
4+
"documentation": "https://help.login.nhs.uk/manage/passkeys/",
5+
"categories": "health",
6+
"regions": [
7+
"gb"
8+
]
9+
}
10+
}

entries/p/paypal.com.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"additional-domains": [
44
"paypal-search.com"
55
],
6-
"mfa": "allowed",
7-
"documentation": "https://www.paypal.com/us/smarthelp/article/faq4057",
6+
"passwordless": "allowed",
7+
"notes": "An eligible Apple or Android device is required to create a passkey.",
8+
"documentation": "https://www.paypal.com/us/cshelp/article/help997",
89
"categories": "payments"
910
}
1011
}

entries/s/snapchat.com.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"Snapchat": {
3+
"passwordless": "allowed",
4+
"documentation": "https://help.snapchat.com/hc/articles/27317385968532",
5+
"categories": "social"
6+
}
7+
}

entries/t/twitter.com.json

-11
This file was deleted.

entries/w/whatsapp.com.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"WhatsApp": {
3+
"mfa": "allowed",
4+
"documentation": "https://faq.whatsapp.com/1850567238795036/",
5+
"categories": "communication"
6+
}
7+
}

entries/x/x.com.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"X (Twitter)": {
3+
"additional-domains": [
4+
"twitter.com"
5+
],
6+
"mfa": "allowed",
7+
"documentation": "https://help.x.com/managing-your-account/how-to-use-passkey",
8+
"recovery": "https://help.x.com/managing-your-account/issues-with-login-authentication",
9+
"categories": "social"
10+
}
11+
}

icons/n/nhs.uk.svg

+1
Loading

0 commit comments

Comments
 (0)