Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update basic-auth doc
Browse files Browse the repository at this point in the history
Signed-off-by: mango <[email protected]>
mangoGoForward committed Jan 12, 2022
1 parent 25602a7 commit 41bb17e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/latest/plugins/basic-auth.md
Original file line number Diff line number Diff line change
@@ -41,10 +41,10 @@ For more information on Basic authentication, refer to [Wiki](https://en.wikiped

For consumer side:

| Name | Type | Requirement | Default | Valid | Description |
| -------- | ------ | ----------- | ------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| username | string | required | | | Different `consumer` should have different value which is unique. When different `consumer` use a same `username`, a request matching exception would be raised. |
| password | string | required | | | the user's password |
| Name | Type | Requirement | Default | Valid | Description |
| -------- | ------ | ----------- | ------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| username | string | required | | | Different `consumer` should have different value which is unique. When different `consumer` use a same `username`, a request matching exception would be raised. |
| password | string | required | | | the user's password |

For route side:

0 comments on commit 41bb17e

Please sign in to comment.