summaryrefslogtreecommitdiff
path: root/doc/api/oauth2.md
Commit message (Collapse)AuthorAgeFilesLines
* Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-4/+4
|
* #20628 Enable implicit flow in Gitlab as OAuth ProviderMateusz Pytel2017-07-071-45/+71
| | | | Closes #20628 by re-enabling implicit grant in Doorkeeper config. OAuth2 documentation refactored.
* Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-141-1/+1
|
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-2/+2
|
* oauth2.md: should use the provider's URL which is gitlab.example.comMehdy Khoshnoody2016-12-191-3/+3
|
* Merge branch 'master' into 'fix_oauth_doc'Achilleas Pipinellis2016-09-301-2/+2
|\ | | | | | | # Conflicts: # doc/api/oauth2.md
| * Fix typo `CSFR` -> `CSRF` in the OAuth2 docfix-csfr-typo-in-docRémy Coutable2016-09-271-8/+8
| | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fix a confusion in OAuth2 documentationfix_oauth_docValery Sizov2016-09-281-11/+11
|/
* Added documentation and CHANGELOG itemPatricio Cano2016-08-181-1/+1
|
* Merge branch 'improve-oauth2-docs' into 'master' Achilleas Pipinellis2016-08-111-12/+38
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update/Improve OAuth2 Client documentation ## What does this MR do? Improves the OAuth2 client documentation to include security hints to help people create secure clients. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? I noticed the docs didn't mention some important points and steps, this cleans that up. ## What are the relevant issue numbers? ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5665
| * Update/Improve OAuth2 Client documentationKeith Pope2016-08-111-12/+38
| |
* | use long options for curl examples in API documentation (!5703)winniehell2016-08-091-1/+1
|/
* Changed grant_type=AUTHORIZATION_CODE for grant_type=authorization_code Fernando Derkoski2016-07-281-1/+1
|
* Add notices about disabling auth features for users with 2FA.2979-document-2fa-auth-changesTimothy Andrew2016-06-271-0/+9
|
* Improve the explanation and linking of the Oauth docs.Sytse Sijbrandij2015-02-181-4/+7
|
* Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-031-3/+3
| | | | product names, plus a couple of instances of bad Markdown markup.
* OAuth API documentation updateValery Sizov2015-01-121-0/+99