We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ae7a2 commit cb0e17fCopy full SHA for cb0e17f
1 file changed
README.md
@@ -53,3 +53,9 @@ Or combine it with e.g., HTTPie:
53
```bash
54
http example.com/api "Authorization:$(oidc token my-client --bearer)"
55
```
56
+
57
+Or even shorter:
58
59
+```bash
60
+http example.com/api $(oidc token -H my-client)
61
+```
0 commit comments