Merge pull request #784 from pferreir/add-oauth2-support

Add "generic" OAuth2 support
This commit is contained in:
Christoph (Sheogorath) Kern
2018-06-04 15:54:47 +02:00
committed by GitHub
10 changed files with 163 additions and 6 deletions

View File

@@ -79,6 +79,12 @@ module.exports = {
container: undefined
},
// authentication
oauth2: {
authorizationURL: undefined,
tokenURL: undefined,
clientID: undefined,
clientSecret: undefined
},
facebook: {
clientID: undefined,
clientSecret: undefined