Skip to content

Commit f68a5b7

Browse files
hkamran80Carlgo11
andauthored
Add sites from the Bitwarden Passkeys Index (#7)
* Add Braun * Add Carnival * Add Dinero A corresponding PR will be opened in 2factorauth/twofactorauth because Dinero supports TOTP + SMS. * Add Vercel * Add the `img` tag for Carnival * Add a regions array * Add suggested logo for Carnival --------- Co-authored-by: Carl <[email protected]>
1 parent c0825fa commit f68a5b7

7 files changed

+40
-0
lines changed

entries/b/braunhousehold.com.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Braun": {
3+
"additional-domains": [
4+
"delonghi.com",
5+
"kenwoodworld.com"
6+
],
7+
"passwordless": "allowed",
8+
"categories": "retail"
9+
}
10+
}

entries/c/carnival.com.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"Carnival": {
3+
"img": "carnival.com.png",
4+
"passwordless": "allowed",
5+
"categories": "transport"
6+
}
7+
}

entries/d/dinero.dk.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Dinero": {
3+
"passwordless": "allowed",
4+
"mfa": "allowed",
5+
"documentation": "https://dinero.dk/support/to-faktor-login",
6+
"categories": "finance",
7+
"regions": [
8+
"dk"
9+
]
10+
}
11+
}

entries/v/vercel.com.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Vercel": {
3+
"passwordless": "allowed",
4+
"categories": [
5+
"cloud",
6+
"hosting",
7+
"marketing"
8+
]
9+
}
10+
}

icons/b/braunhousehold.com.svg

+1
Loading

icons/c/carnival.com.png

1.7 KB
Loading

icons/v/vercel.com.svg

+1
Loading

0 commit comments

Comments
 (0)