mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
Add support for generic OAuth2 providers
Signed-off-by: Pedro Ferreira <pedro.ferreira@cern.ch>
This commit is contained in:
parent
5d57a4bb6f
commit
40b3855702
8 changed files with 138 additions and 4 deletions
|
@ -72,6 +72,12 @@ module.exports = {
|
|||
},
|
||||
s3bucket: 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