From 118feeb38dd5fedf66458ce4cc1a1f9d6f12b8c0 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 30 Nov 2021 16:53:19 +0100 Subject: [PATCH] docs: minor fixes (#2010) --- docs/docs/concepts/security.mdx | 7 +++---- .../sign-in-with-github-google-facebook-linkedin.mdx | 4 ++-- docs/versioned_docs/version-v0.8/concepts/security.mdx | 10 +++------- .../sign-in-with-github-google-facebook-linkedin.mdx | 2 +- 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/docs/docs/concepts/security.mdx b/docs/docs/concepts/security.mdx index b57d59967368..1b275a22f2bf 100644 --- a/docs/docs/concepts/security.mdx +++ b/docs/docs/concepts/security.mdx @@ -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). ::: @@ -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. diff --git a/docs/docs/guides/sign-in-with-github-google-facebook-linkedin.mdx b/docs/docs/guides/sign-in-with-github-google-facebook-linkedin.mdx index c36ecd4d7d40..38856294f9be 100644 --- a/docs/docs/guides/sign-in-with-github-google-facebook-linkedin.mdx +++ b/docs/docs/guides/sign-in-with-github-google-facebook-linkedin.mdx @@ -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: diff --git a/docs/versioned_docs/version-v0.8/concepts/security.mdx b/docs/versioned_docs/version-v0.8/concepts/security.mdx index b57d59967368..6aaa55ad374a 100644 --- a/docs/versioned_docs/version-v0.8/concepts/security.mdx +++ b/docs/versioned_docs/version-v0.8/concepts/security.mdx @@ -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). ::: @@ -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. diff --git a/docs/versioned_docs/version-v0.8/guides/sign-in-with-github-google-facebook-linkedin.mdx b/docs/versioned_docs/version-v0.8/guides/sign-in-with-github-google-facebook-linkedin.mdx index c36ecd4d7d40..de611084fca1 100644 --- a/docs/versioned_docs/version-v0.8/guides/sign-in-with-github-google-facebook-linkedin.mdx +++ b/docs/versioned_docs/version-v0.8/guides/sign-in-with-github-google-facebook-linkedin.mdx @@ -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: