Nantes Université

Update Authorization rédigé par Thomas TABBAZA's avatar Thomas TABBAZA
......@@ -9,6 +9,8 @@ A user should provide a Personal Access Token with the following permissions:
- read_repository
- write_repository
The token is stored in the OS secure storage using [node-keytar](https://github.com/atom/node-keytar)
### GraphQL API Authorization
The GraphQL API has to be queried with the Personal Access Token set in the `Authorization` header as `Bearer`.
......@@ -17,6 +19,5 @@ The GraphQL API has to be queried with the Personal Access Token set in the `Aut
`git clone https://oauth2:${Personal Access Tokens}@gitlab.com/username/repo.git`
### Secure Storage
The token is stored in the OS secure storage using [node-keytar](https://github.com/atom/node-keytar)