Merge pull request #784 from pferreir/add-oauth2-support
Add "generic" OAuth2 support
This commit is contained in:
@@ -79,6 +79,12 @@ module.exports = {
|
||||
container: undefined
|
||||
},
|
||||
// authentication
|
||||
oauth2: {
|
||||
authorizationURL: undefined,
|
||||
tokenURL: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
},
|
||||
facebook: {
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
|
||||
Reference in New Issue
Block a user