Skip to content

Commit

Permalink
#395: Explain the use of BASIC_AUTH in the docs (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
6r1d authored Sep 7, 2023
1 parent fa8a9e2 commit 197d1ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/guide/configure/client-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ these accounts belong to different domains, `wonderland` and

## Basic Authentication Credentials

Provide basic authentication credentials (login and password):
The idea of basic authentication credentials is to provide the access control using a web server with a reverse proxy like [Nginx](https://www.nginx.com/) while these credentials are ignored by the Iroha peers.

The login and password will be filled by the client and used for the [`Authorization`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) HTTP [header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers).

Use this style of configuration to provide the basic authentication credentials (login and password):

```json
"BASIC_AUTH": {
Expand Down

0 comments on commit 197d1ef

Please sign in to comment.