Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 authored Jan 3, 2025
1 parent 9d4b15a commit f659cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Here the use of a simple text file to contain users is to show how a plugin can

### Example: Authorized User

Here we send a request to authenticate a user named 'Alyssa P. Hacker' who is an `Authorized` user:
Here we send a request to authenticate a user named 'Alyssa P. Hacker' who is an `Authorized` user (i.e. found in the "User Database" — [`example-users.csv`](./authorizer/example-users.csv)):

```console
curl --header "Authorization: Bearer Alyssa P. Hacker" \
Expand Down

0 comments on commit f659cd2

Please sign in to comment.