[AUTO]Update passkeys library (#227)
Files changed: M common/src/commonMain/resources/MR/files/passkeys.json Co-authored-by: AChep <AChep@users.noreply.github.com>
This commit is contained in:
parent
8dbac9f841
commit
8c8d73fc70
|
@ -581,6 +581,15 @@
|
|||
],
|
||||
"setup": "https://hardwax.com/my-details/#login-settings"
|
||||
},
|
||||
{
|
||||
"name": "Hatena",
|
||||
"domain": "hatena.ne.jp",
|
||||
"features": [
|
||||
"signin"
|
||||
],
|
||||
"documentation": "https://hatena.zendesk.com/hc/ja/articles/29891975697177",
|
||||
"setup": "https://accounts.hatena.ne.jp/settings"
|
||||
},
|
||||
{
|
||||
"name": "Visma",
|
||||
"domain": "home.visma.com",
|
||||
|
@ -887,8 +896,7 @@
|
|||
"name": "okta",
|
||||
"domain": "okta.com",
|
||||
"features": [
|
||||
"mfa",
|
||||
"signin"
|
||||
"mfa"
|
||||
],
|
||||
"documentation": "https://help.okta.com/oie/en-us/Content/Topics/identity-engine/authenticators/configure-webauthn.htm"
|
||||
},
|
||||
|
@ -1242,6 +1250,15 @@
|
|||
"documentation": "https://help.uber.com/riders/article/using-passkeys-to-sign-in?nodeId=61701cda-3615-43b2-8187-1440e91035d8",
|
||||
"setup": "https://account.uber.com/passkeys"
|
||||
},
|
||||
{
|
||||
"name": "usesarchbtw.lol",
|
||||
"domain": "usesarchbtw.lol",
|
||||
"features": [
|
||||
"signin"
|
||||
],
|
||||
"setup": "https://auth.usesarchbtw.lol",
|
||||
"notes": "After setting up a password it will prompt for a yubikey, passkey or finally TOTP if neither are available."
|
||||
},
|
||||
{
|
||||
"name": "United Southeast Federal Credit Union",
|
||||
"domain": "usfcu.org",
|
||||
|
@ -1343,6 +1360,24 @@
|
|||
"setup": "https://login.yahoo.com/myaccount/security",
|
||||
"notes": "Passkeys can be setup after signing in from a mobile device. "
|
||||
},
|
||||
{
|
||||
"name": "Yandex",
|
||||
"domain": "yandex.com",
|
||||
"features": [
|
||||
"signin"
|
||||
],
|
||||
"documentation": "https://yandex.com/support/id/no-password.html#face-or-touchpass",
|
||||
"setup": "https://id.yandex.com/security/webauthn"
|
||||
},
|
||||
{
|
||||
"name": "Yandex",
|
||||
"domain": "yandex.ru",
|
||||
"features": [
|
||||
"signin"
|
||||
],
|
||||
"documentation": "https://yandex.ru/support/id/no-password.html#face-or-touchpass",
|
||||
"setup": "https://id.yandex.ru/security/webauthn"
|
||||
},
|
||||
{
|
||||
"name": "YouTube",
|
||||
"domain": "youtube.com",
|
||||
|
|
Loading…
Reference in New Issue