BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
5ddd9d40
Commit
5ddd9d40
authored
Jan 20, 2017
by
Rémy Coutable
Committed by
James Lopez
Jan 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch '25851-document-token-scopes' into 'master'
Add documentation around OAuth/Personal Access Token scopes. Closes #25851 See merge request !8226
parent
0b5c8ccd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
README.md
doc/api/README.md
+8
-0
oauth_provider.md
doc/integration/oauth_provider.md
+5
-3
No files found.
doc/api/README.md
View file @
5ddd9d40
...
...
@@ -104,6 +104,13 @@ that needs access to the GitLab API.
Once you have your token, pass it to the API using either the
`private_token`
parameter or the
`PRIVATE-TOKEN`
header.
> [Introduced][ce-5951] in GitLab 8.15.
Personal Access Tokens can be created with one or more scopes that allow various actions
that a given token can perform. Although there are only two scopes available at the
moment –
`read_user`
and
`api`
– the groundwork has been laid to add more scopes easily.
At any time you can revoke any personal access token by just clicking
**Revoke**
.
### Session Cookie
...
...
@@ -380,3 +387,4 @@ programming languages. Visit the [GitLab website] for a complete list.
[
GitLab website
]:
https://about.gitlab.com/applications/#api-clients
"Clients using the GitLab API"
[
lib-api-url
]:
https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/api/api.rb
[
ce-3749
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3749
[
ce-5951
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5951
doc/integration/oauth_provider.md
View file @
5ddd9d40
...
...
@@ -74,8 +74,10 @@ in the **Authorized applications** section under **Profile Settings > Applicatio
---
As you can see, the default scope
`api`
is used, which is the only scope that
GitLab supports so far. At any time you can revoke any access by just clicking
**Revoke**
.
GitLab's OAuth applications support scopes, which allow various actions that any given
application can perform. Although there are only two scopes available at the
moment –
`read_user`
and
`api`
– the groundwork has been laid to add more scopes easily.
At any time you can revoke any access by just clicking
**Revoke**
.
[
oauth
]:
http://oauth.net/2/
"OAuth website"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment