Skip to content

Commit

Permalink
Use proper example to autocreate the auth store
Browse files Browse the repository at this point in the history
The current command shown in README does indeed autocreate the auth
store, but it fails to find a matched binding in the auth store.
  • Loading branch information
ikalnytskyi committed Jun 20, 2024
1 parent 35aa5ec commit bf88838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ configuration directory. On macOS and Linux, it tries the following locations:

> [!NOTE]
>
> The authentication store can be automatically created with few examples
> inside on first plugin activation, e.g. `http -A store https://pie.dev`.
> The authentication store can be automatically created with few examples on
> first plugin activation, e.g. `http -A store https://pie.dev/bearer`.
The authentication store is a JSON file that contains two sections: `bindings`
and `secrets`:
Expand Down

0 comments on commit bf88838

Please sign in to comment.