tracker.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-06-23 10:16:03 +02:00
parent 60d51487cf
commit cb4fb94e8a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -3840,4 +3840,16 @@ Given a classical OAuth2 Auth code client with:
Make the following HTTP call:
curl -X POST "http://localhost:9001/iroh/oauth2/csrf-token" -H "accept: application/json" -H "authorization: Bearer $JWT" -H "Content-Type: application/x-www-form-urlencoded" -d "client_id=localtest&scope=inspect"
#+begin_src
curl -X POST "http://localhost:9001/iroh/oauth2/csrf-token" \
-H "accept: application/json" \
-H "authorization: Bearer $JWT" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "client_id=localtest&scope=inspect"
#+end_src
Then
#+begin_src
#+end_src