Skip to content

Commit

Permalink
chore: add more login methods
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Dec 3, 2024
1 parent f9425aa commit 7c99f9b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/kratos/self-service/flows/user-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,15 @@ stateDiagram
`}
/>

Two login methods are supported:
Supported login methods are

- `password` for signing in with an email / username and password;
- `oidc` for signing in using a social sign in provider such as Google or Facebook (check out the
[set up guide](../../social-signin/overview)).
- `oidc` for signing in using a social sign in provider such as Google or Facebook. Visit the
[Social Sign In guide](../../social-signin/overview).
- `passkey` for signing in with a Passkey. Visit the [Passkey guide](../../passwordless/05_passkeys.mdx).
- `code` for signing in with a code via Email or SMS. Visit the [Code via Email / SMS guide](../../passwordless/06_code.mdx).
- `webauthn` (legacy) for signing in with Webauthn. This method is supported for backwards compatiblity, use

Check warning on line 63 in docs/kratos/self-service/flows/user-login.mdx

View workflow job for this annotation

GitHub Actions / misspell

[misspell] docs/kratos/self-service/flows/user-login.mdx#L63

"compatiblity" is a misspelling of "compatibility"
Raw output
./docs/kratos/self-service/flows/user-login.mdx:63:91: "compatiblity" is a misspelling of "compatibility"
[Passkey](../../passwordless/05_passkeys.mdx) instead.

<Tabs
defaultValue="oss"
Expand Down

0 comments on commit 7c99f9b

Please sign in to comment.