Skip to content
Snippets Groups Projects

Add controllers and frontend for DPoP

Merged Ameya Darshan requested to merge ameya-dpop-ui into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -356,7 +356,7 @@ To use DPoP with the REST and GraphQL APIs:
1. Use the generated header to make an HTTP request to the REST API, for example:
```shell
curl https://gitlab.example.com/api/v4/projects --header "Private-Token: <glpat-PAT>" --header "DPoP: <dpop-from-glab>"
curl --header "Private-Token: <glpat-PAT>" --header "DPoP: <dpop-from-glab>" "https://gitlab.example.com/api/v4/projects"
```
1. For GraphQL requests, you can do the same:
Loading