Nantes Université
Modifications
Historique de la page
Update Authorization
rédigé
oct. 08, 2020
par
Thomas TABBAZA
Masquer les modifications d'espaces
En ligne
Côte à côte
Configuration/Authorization.md
0 → 100644
Voir la page @
4cfbf6a6
## Personal Access Token
### Permissions
A user should provide a Personal Access Token with the following permissions:
-
read_user
-
read_api
-
read_repository
-
write_repository
### GraphQL API Authorization
The GraphQL API has to be queried with the Personal Access Token set in the
`Authorization`
header as
`Bearer`
.
### Repository Pull URL
`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
)