diff --git a/docs/content/middlewares/http/basicauth.md b/docs/content/middlewares/http/basicauth.md index 9822b57fd..7384e8ae1 100644 --- a/docs/content/middlewares/http/basicauth.md +++ b/docs/content/middlewares/http/basicauth.md @@ -10,7 +10,7 @@ Adding Basic Authentication ![BasicAuth](../../assets/img/middleware/basicauth.png) -The BasicAuth middleware restricts access to your services to known users. +The BasicAuth middleware grants access to services to authorized users only. ## Configuration Examples diff --git a/docs/content/middlewares/http/digestauth.md b/docs/content/middlewares/http/digestauth.md index 9c5b4d922..09265ad5a 100644 --- a/docs/content/middlewares/http/digestauth.md +++ b/docs/content/middlewares/http/digestauth.md @@ -10,7 +10,7 @@ Adding Digest Authentication ![BasicAuth](../../assets/img/middleware/digestauth.png) -The DigestAuth middleware restricts access to your services to known users. +The DigestAuth middleware grants access to services to authorized users only. ## Configuration Examples