README: Add build instructions
1 file changed
tree: 4fd598d5fce4f16173041a8ce2187b4ad2b2ec2e
  1. lib/
  2. src/
  3. .buckconfig
  4. .gitignore
  5. .gitmodules
  6. BUCK
  7. LICENSE
  8. LICENSE-scribe
  9. README.md
  10. VERSION
README.md

Gerrit OAuth2 authentication provider

With this plugin Gerrit can use OAuth2 protocol for authentication. Supported OAuth providers:

  • GitHub
  • Google

See the Wiki what it can do for you.

Installation

To build the plugin, install Buck and run the following:

  git pull -recursive https://github.com/davido/gerrit-oauth-provider.git
  cd gerrit-oauth-provider && buck build plugin

License

Apache License 2.0