OAuth2 authentication for Etherpad via GitHub.
pnpm run plugins i ep_oauth
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"
}Apache-2.0