diff --git a/docs/framework/authentication.mdx b/docs/framework/authentication.mdx index 7bd7fbf73..63e19bce5 100644 --- a/docs/framework/authentication.mdx +++ b/docs/framework/authentication.mdx @@ -38,7 +38,7 @@ Writer framework will ban the IP from either the `X-Forwarded-For` header or the When a user fails to log in, they wait 1 second before they can try again. This time can be modified by modifying the value of `delay_after_failure`. - +![429](/framework/images/429.png) ## Use OIDC provider diff --git a/docs/framework/images/429.png b/docs/framework/images/429.png new file mode 100644 index 000000000..9f95669d1 Binary files /dev/null and b/docs/framework/images/429.png differ