Merge pull request #990 from SISheogorath/fix/oauthProviderName

Make oauth2 provider name accessible
This commit is contained in:
Christoph (Sheogorath) Kern
2018-10-09 21:57:37 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ module.exports = {
},
// authentication
oauth2: {
providerName: undefined,
authorizationURL: undefined,
tokenURL: undefined,
clientID: undefined,