Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Docs updates for passkeys #2710

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/platform/passport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
Loading