Skip to content

Commit cb0e17f

Browse files
committed
docs: add note of -H
1 parent a7ae7a2 commit cb0e17f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ Or combine it with e.g., HTTPie:
5353
```bash
5454
http example.com/api "Authorization:$(oidc token my-client --bearer)"
5555
```
56+
57+
Or even shorter:
58+
59+
```bash
60+
http example.com/api $(oidc token -H my-client)
61+
```

0 commit comments

Comments
 (0)