Commit Graph

16 Commits

Author SHA1 Message Date
Mateusz Pytel a7c571ae4d #20628 Enable implicit flow in Gitlab as OAuth Provider
Closes #20628 by re-enabling implicit grant in Doorkeeper config. OAuth2 documentation refactored.
2017-07-07 16:54:48 +02:00
Achilleas Pipinellis 8fb33b8f01 Add docs for personal access tokens 2017-06-14 08:40:21 +02:00
Robert Schilling 1ead6a9793 Use v4 endpoint in API docs 2017-03-01 18:39:40 +01:00
Mehdy Khoshnoody effc6c1703 oauth2.md: should use the provider's URL which is gitlab.example.com 2016-12-19 11:33:55 +00:00
Achilleas Pipinellis 91a91557ce Merge branch 'master' into 'fix_oauth_doc'
# Conflicts:
#   doc/api/oauth2.md
2016-09-30 12:58:41 +00:00
Valery Sizov 5838d1ba89 Fix a confusion in OAuth2 documentation 2016-09-28 11:41:39 +03:00
Rémy Coutable 4977a167c0
Fix typo `CSFR` -> `CSRF` in the OAuth2 doc
[ci skip]

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-27 12:09:05 +02:00
Patricio Cano ff6f0ada3f Added documentation and CHANGELOG item 2016-08-18 16:47:26 -05:00
Achilleas Pipinellis 3a46eac1ef Merge branch 'improve-oauth2-docs' into 'master'
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
2016-08-11 09:38:41 +00:00
Keith Pope 9a9f40276f Update/Improve OAuth2 Client documentation 2016-08-11 07:44:09 +01:00
winniehell e0a858efcc use long options for curl examples in API documentation (!5703) 2016-08-09 01:42:50 +02:00
Fernando Derkoski f178d0c73f Changed grant_type=AUTHORIZATION_CODE for grant_type=authorization_code 2016-07-28 02:02:39 +00:00
Timothy Andrew f7fc352b4a Add notices about disabling auth features for users with 2FA. 2016-06-27 13:48:55 +05:30
Sytse Sijbrandij 10e4e2110c Improve the explanation and linking of the Oauth docs. 2015-02-18 20:49:19 -08:00
Ewan Edwards ad6c372eee Fix a number of discovered typos, capitalization of developer and
product names, plus a couple of instances of bad Markdown markup.
2015-02-03 15:18:40 -08:00
Valery Sizov f07b165ab7 OAuth API documentation update 2015-01-12 19:29:06 -08:00