Skip to content

ether/ep_oauth

Repository files navigation

OAuth2 Authentication for Etherpad

OAuth2 authentication for Etherpad via GitHub.

Install

pnpm run plugins i ep_oauth

Settings

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

About

Oauth Login for Etherpad - Initially to Github, will be extending soon.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors