Skip to content

Commit

Permalink
chore: add more login methods (#1960)
Browse files Browse the repository at this point in the history
* chore: add more login methods

* chore: typo
  • Loading branch information
vinckr authored Dec 17, 2024
1 parent 7d0e262 commit 6921bac
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 compatibility, use
[Passkey](../../passwordless/05_passkeys.mdx) instead.

<Tabs
defaultValue="oss"
Expand Down

0 comments on commit 6921bac

Please sign in to comment.