We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
curl
1 parent ad3d3ed commit a95b644Copy full SHA for a95b644
1 file changed
README.md
@@ -73,6 +73,12 @@ Or even shorter:
73
http example.com/api $(oidc token -H my-client)
74
```
75
76
+This also works with `curl`:
77
+
78
+```bash
79
+curl http://example.com/api -H $(oidc token -H my-client)
80
+```
81
82
## More examples
83
84
Create a public client from an initial refresh token. This can be useful if you have a frontend application, but no
0 commit comments