Skip to content

Commit 9bc7982

Browse files
authored
Merge pull request #2 from hektormisplon/patch-1
Update README.md
2 parents 15073f2 + fb40b4e commit 9bc7982

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ backend:
3131
3232
## Deploy
3333
34-
- Create a OAuth App on Github and Gitlab
35-
- Set `Authorization callback URL` url of your oauth website deployed
34+
- Create Github OAuth App:
35+
- Go to [developer settings](https://github.com/settings/developers)
36+
- Set `Authorization callback URL` to your deployed oauth website's callback URL:
37+
`https://netlify-cms.adrianub.vercel.app/callback`
38+
- Create Gitlab OAuth app:
39+
- Go to [User settings > Applications](https://gitlab.com/-/profile/applications)
40+
- Set `Redirect URI` to your deployed oauth website's callback URL:
41+
`https://netlify-cms.adrianub.vercel.app/callback`
3642
- Set environment variables on `Vercel`
3743

3844
```shell

0 commit comments

Comments
 (0)