Skip to content

Commit 43106e7

Browse files
TotomInclarbishfarnabaz
authored
feat(oauth): gitlab support (#72)
Co-authored-by: Baptiste Leproux <leproux.baptiste@gmail.com> Co-authored-by: Farnabaz <farnabaz@gmail.com>
1 parent 044cb07 commit 43106e7

37 files changed

+994
-186
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# If using GitHub provider
12
STUDIO_GITHUB_CLIENT_ID=
23
STUDIO_GITHUB_CLIENT_SECRET=
34

5+
# If using GitLab provider
6+
STUDIO_GITLAB_APPLICATION_ID=
7+
STUDIO_GITLAB_APPLICATION_SECRET=
8+
49
STUDIO_GOOGLE_CLIENT_ID=
510
STUDIO_GOOGLE_CLIENT_SECRET=
611

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"unstorage": "1.17.1"
5353
},
5454
"devDependencies": {
55+
"@gitbeaker/core": "^43.8.0",
5556
"@iconify-json/simple-icons": "^1.2.57",
5657
"@nuxt/content": "^3.8.0",
5758
"@nuxt/eslint-config": "^1.10.0",

0 commit comments

Comments
 (0)