Start extending to support GitLab authentication.

Add necessary dependency.
Add baseURL parameter for self-hosted GitLab
Add necessary require.
Add block for GitLab auth.
Fix typo
Update font-awesome dependency for GitLab icon.
Use a color closer to GitLab orange.
More direct TODO
This commit is contained in:
Jason Croft
2016-05-09 18:31:49 -04:00
parent 4aa4e3eacc
commit a3876dfc92
7 changed files with 42 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
"passport-dropbox-oauth2": "^1.0.0",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-gitlab2": "^2.2.0",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.6.1",
"pg": "^4.5.3",