From d70b0d00a687248c8fcb660a20d0222f5f2c6bd9 Mon Sep 17 00:00:00 2001 From: betimshahini Date: Tue, 10 Oct 2023 16:25:17 +0200 Subject: [PATCH] Docs updates for passkeys (#2710) --- docs/platform/passport.md | 18 +++++++++--------- docs/troubleshooting/faq.md | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/platform/passport.md b/docs/platform/passport.md index 9c6b7922e7..fcb197cdec 100644 --- a/docs/platform/passport.md +++ b/docs/platform/passport.md @@ -18,15 +18,15 @@ Once authenticated the user will the be redirected to the authorization screen. Passport's authentication flow currently supports the following authentication methods and are configurable for your app [Console](console/): -* Connect with Wallet -* Connect with Email (coming soon) -* Connect with WebAuthN (coming soon) -* Connect with Google -* Connect with Apple -* Connect with Twitter -* Connect with Github -* Connect with Microsoft -* Connect with Discord +- Connect with Wallet +- Connect with Email +- Connect with Passkeys (aka. WebAuthn) +- Connect with Google +- Connect with Apple +- Connect with Twitter +- Connect with Github +- Connect with Microsoft +- Connect with Discord #### Authorization diff --git a/docs/troubleshooting/faq.md b/docs/troubleshooting/faq.md index 4d72fc2496..34cc478b4b 100644 --- a/docs/troubleshooting/faq.md +++ b/docs/troubleshooting/faq.md @@ -10,7 +10,7 @@ You can get support from the team by joining our [Discord](https://discord.gg/ro ## When will WebAuthn/Passkeys be supported? -We're working on that now. Check out progress [here](https://github.com/proofzero/rollupid/milestone/6). +Passkeys/WebAuthn has now been implemented and is now one of the available authentication methods in Rollup Passport. ## What is a Vault and when will it be available?