Rephrase BasicAuth and DigestAuth docs
This commit is contained in:
parent
085b70c94e
commit
f92b03a44d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue