Commit 5b018cc5b11d5ac66d7a3c3c77e2157b4f68e760

Authored by dosire
1 parent e7f80806

Name should be oauth and not twitter.

doc/integration/README.md
1 + [External issue tracker](external-issue-tracker.md) 1 + [External issue tracker](external-issue-tracker.md)
2 + [LDAP](ldap.md) 2 + [LDAP](ldap.md)
3 -+ [Twitter](twitter.md) 3 ++ [oAuth](twitter.md) Login with Twitter, GitHub, etc.
doc/integration/oauth.md 0 → 100644
@@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
  1 +You can use other services to log into GitLab via oAuth.
  2 +
  3 +Please configure this in gitlab.yml
  4 +
  5 +Below are screenshots how to setup your app on Twitter for this:
  6 +
  7 +![Application details](twitter_app_details.png)
  8 +![API Keys](twitter_app_api_keys.png)
  9 +
  10 +And GitHub:
  11 +
  12 +![GitHub app](github_app.png)
doc/integration/twitter_oauth.md
@@ -1,12 +0,0 @@ @@ -1,12 +0,0 @@
1 -You can use Twitter to log into GitLab.  
2 -  
3 -Please configure this in gitlab.yml  
4 -  
5 -Below are screenshots how to setup your app on Twitter for this:  
6 -  
7 -![Application details](twitter_app_details.png)  
8 -![API Keys](twitter_app_api_keys.png)  
9 -  
10 -And GitHub:  
11 -  
12 -![GitHub app](github_app.png)