mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Merge pull request #784 from pferreir/add-oauth2-support
Add "generic" OAuth2 support
This commit is contained in:
commit
551840ad57
10 changed files with 163 additions and 6 deletions
|
@ -79,6 +79,12 @@ module.exports = {
|
|||
container: undefined
|
||||
},
|
||||
// authentication
|
||||
oauth2: {
|
||||
authorizationURL: undefined,
|
||||
tokenURL: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
},
|
||||
facebook: {
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue