You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,17 @@ Some notable structural changes:
51
51
52
52
## Advanced
53
53
54
+
### Github authentication
55
+
Netlify allows [authentication via Github](https://www.netlifycms.org/docs/authentication-backends/) rather than the Netlify identity system. To do this, you have to go into the _organization's_ settings. (Github has a lot of different Settings pages.)
56
+
57
+
In there, on the side menu, you'll see a section for OAuth apps.
58
+
*`Application name` is what will be shown to users authenticating
59
+
*`Homepage URL` is the homepage of the app
60
+
*`Application Description` is a description
61
+
*`Authorization callback URL` for Netlify should be `https://api.netlify.com/auth/done` per their docs
62
+
63
+
With this, you'll get `Client ID` and `Client Secret` that you'll use in the Netlify interface
64
+
54
65
### Add comments
55
66
Even though it's a static site, you can take advantage of the continuous deployment: [https://jamstack-comments.netlify.com/](https://jamstack-comments.netlify.com/)
0 commit comments