Added oauth provider.

This commit is contained in:
SamTV12345 2024-03-23 07:38:23 +01:00
parent c4a2bde81c
commit 7f3195774f
5 changed files with 116 additions and 2 deletions

View file

@ -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": {