mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
Improve docs
This commit is contained in:
@@ -7,7 +7,7 @@ order: 2
|
||||
|
||||
Expose allows you to share your local sites with custom basic authentication credentials.
|
||||
|
||||
This can be useful, if you have a static subdomain that you share with someone else, for example a client, and you want to provide some additional security to it. Before someone can access your shared site, they need to provide the correct credentials.
|
||||
This is useful, if you have a static subdomain that you share with someone else, for example a client, and you want to provide some additional security to it. Before someone can access your shared site, they need to provide the correct credentials.
|
||||
|
||||
> **Warning**: You can not add basic authentication to a website that already uses basic authentication.
|
||||
|
||||
@@ -29,4 +29,4 @@ You can also use the basic authentication parameter in addition to a custom subd
|
||||
|
||||
```bash
|
||||
expose share my-site.test --subdomain=site --auth="admin:secret"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user