Skip to content

Commit

Permalink
docs: minor fixes (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Nov 30, 2021
1 parent 8f96bf4 commit 12918db
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
7 changes: 3 additions & 4 deletions docs/docs/concepts/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ Allow the user to show the secret in the UI:
:::warning

This feature is a work in progress and is tracked as
[kratos#133](https://github.com/ory/kratos/issues/138).
[kratos#138](https://github.com/ory/kratos/issues/138).

:::

Expand All @@ -395,9 +395,8 @@ systems. The goal of such an attack is to send out so many emails or SMS, that
your reputation worsens (spam filters) or you're faced with massive costs
(carrier fees).

CAPTCHA renders these attacks either very difficult or impossible. Ory Kratos
has CAPTCHA support built-in. Ory Kratos will prompt the user to complete a
CAPTCHA in the following scenarios:
CAPTCHA renders these attacks either very difficult or impossible.
CAPTCHA will be required in the following scenarios:

- The user tries to register more than one account within 72 hours.
- The user failed provide valid credentials for the third time within 12 hours.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ id: sign-in-with-github-google-facebook-linkedin
title: Sign in with GitHub, GitLab, Google, Facebook, LinkedIn, Microsoft ...
---

In this document we will take a look at setting up "Sign in with GitHub" using
Ory Kratos.
In this document we will take a look at setting up "Social Sign In" with
different providers using Ory Kratos.

Run the [Quickstart](../quickstart.mdx) with Docker Compose:

Expand Down
10 changes: 3 additions & 7 deletions docs/versioned_docs/version-v0.8/concepts/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ Allow the user to show the secret in the UI:
:::warning

This feature is a work in progress and is tracked as
[kratos#133](https://github.com/ory/kratos/issues/138).
[kratos#138](https://github.com/ory/kratos/issues/138).

:::

Expand All @@ -395,17 +395,13 @@ systems. The goal of such an attack is to send out so many emails or SMS, that
your reputation worsens (spam filters) or you're faced with massive costs
(carrier fees).

CAPTCHA renders these attacks either very difficult or impossible. Ory Kratos
has CAPTCHA support built-in. Ory Kratos will prompt the user to complete a
CAPTCHA in the following scenarios:
CAPTCHA renders these attacks either very difficult or impossible.
CAPTCHA will be required in the following scenarios:

- The user tries to register more than one account within 72 hours.
- The user failed provide valid credentials for the third time within 12 hours.
- The user tries to recover their account for the second time within 72 hours.

For integration guidelines, please check the individual flow's (registration,
login, account recovery) integration documentation.

## Bruteforce Attacks

Will be addressed in a future release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: sign-in-with-github-google-facebook-linkedin
title: Sign in with GitHub, GitLab, Google, Facebook, LinkedIn, Microsoft ...
---

In this document we will take a look at setting up "Sign in with GitHub" using
In this document we will take a look at setting up "Social Sign In" with different providers using
Ory Kratos.

Run the [Quickstart](../quickstart.mdx) with Docker Compose:
Expand Down

0 comments on commit 12918db

Please sign in to comment.