{
"auth": {
"sessionMessages": false, // true to add login failure messages to session
"loginEndpoint": "/auth/login", // this is the public endpoint for your login page
"authEndpoint": "/auth/github", // this is the route that will kickoff the authentication against GitHub
"github": {
"organization": "ORG-NAME", // optionally add to require org membership
"clientId": "YOUR_CLIENT_ID_HERE",
"clientSecret": "YOUR_CLIENT_SECRET_HERE",
"callbackUrl": "http://localhost:3000/auth/github/callback" // this is the route the GitHub will request after authentication
}
}
}
forked from LeanKit-Labs/autohost-github-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
A Github auth adapter for autohost
License
dcneiner/autohost-github-auth
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A Github auth adapter for autohost
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%