ep_oauth
v11.0.28
Published
Oauth2 authentication for Etherpad
Readme
OAuth2 Authentication for Etherpad
OAuth2 authentication for Etherpad via GitHub.
Install
pnpm run plugins i ep_oauthSettings
Add to your settings.json:
"ep_oauth": {
"clientID": "your_github_client_id",
"clientSecret": "your_github_client_secret",
"callbackURL": "https://your-etherpad.example.com/auth/callback"
}License
Apache-2.0
