Skip to content

Commit 22a3c4d

Browse files
phoeagonhkamran80
andauthored
Add Chase, Capital One, Wells Fargo and Walmart (#86)
* Add Chase, Capital One, Wells Fargo and Walmart: they now support passwordless login in US * Update entries/c/capitalone.com.json Co-authored-by: H. Kamran <hkamran@hkamran.com> Signed-off-by: phoeagon <phoeagon@gmail.com> * Update entries/c/chase.com.json Co-authored-by: H. Kamran <hkamran@hkamran.com> Signed-off-by: phoeagon <phoeagon@gmail.com> * Update entries/c/capitalone.com.json Co-authored-by: H. Kamran <hkamran@hkamran.com> Signed-off-by: phoeagon <phoeagon@gmail.com> * Update entries/c/chase.com.json Co-authored-by: H. Kamran <hkamran@hkamran.com> Signed-off-by: phoeagon <phoeagon@gmail.com> --------- Signed-off-by: phoeagon <phoeagon@gmail.com> Co-authored-by: H. Kamran <hkamran@hkamran.com>
1 parent e08d4ea commit 22a3c4d

4 files changed

Lines changed: 41 additions & 0 deletions

File tree

entries/c/capitalone.com.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Capital One": {
3+
"passwordless": "allowed",
4+
"documentation": "https://www.capitalone.com/help-center/credit-cards/passkey-support/",
5+
"regions": [
6+
"us"
7+
],
8+
"categories": "banking"
9+
}
10+
}

entries/c/chase.com.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Chase": {
3+
"passwordless": "allowed",
4+
"documentation": "https://www.chase.com/digital/resources/privacy-security/security/how-you-can-protect",
5+
"notes": "Passkeys only work on the web.",
6+
"regions": [
7+
"us"
8+
],
9+
"categories": "banking"
10+
}
11+
}

entries/w/walmart.com.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Walmart": {
3+
"passwordless": "allowed",
4+
"documentation": "https://www.walmart.com/help/article/passkeys/79bc4a57374146c497ebe3bf8d4f9b10",
5+
"regions": [
6+
"us"
7+
],
8+
"categories": "retail"
9+
}
10+
}

entries/w/wellsfargo.com.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Wells Fargo": {
3+
"passwordless": "allowed",
4+
"documentation": "https://www.wellsfargo.com/help/security-and-fraud/passkey-faqs/",
5+
"regions": [
6+
"us"
7+
],
8+
"categories": "banking"
9+
}
10+
}

0 commit comments

Comments
 (0)