We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15073f2 + fb40b4e commit 9bc7982Copy full SHA for 9bc7982
README.md
@@ -31,8 +31,14 @@ backend:
31
32
## Deploy
33
34
-- Create a OAuth App on Github and Gitlab
35
-- Set `Authorization callback URL` url of your oauth website deployed
+- Create Github OAuth App:
+ - 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
42
- Set environment variables on `Vercel`
43
44
```shell
0 commit comments