mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 01:31:29 -04:00
Added oauth provider.
This commit is contained in:
parent
c4a2bde81c
commit
7f3195774f
5 changed files with 116 additions and 2 deletions
|
@ -45,6 +45,12 @@
|
|||
"expressPreSession": "ep_etherpad-lite/node/hooks/express/specialpages"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "oauth2",
|
||||
"hooks": {
|
||||
"expressCreateServer": "ep_etherpad-lite/node/security/OAuth2Provider"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "padurlsanitize",
|
||||
"hooks": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue