Sha256: e4fd0b3424f0e0574177c44876e2d6c730a0928aa7389ccca8cf3b7d542a4b42
Contents?: true
Size: 719 Bytes
Versions: 3
Compression:
Stored size: 719 Bytes
Contents
# Omniauth::Gitlab This is the strategy for authenticating to your GitLab service. To use it, you'll need to set gitlab url. ## Installation Add this line to your application's Gemfile: gem 'omniauth-gitlab' And then execute: $ bundle Or install it yourself as: $ gem install omniauth-gitlab ## Basic Usage use OmniAuth::Builder do provider :gitlab, :site => 'https://your.git.lab.com/', :v => 'v3' end Default value for :v parameter is 'v3'. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-gitlab-0.0.6 | README.md |
omniauth-gitlab-0.0.5 | README.md |
omniauth-gitlab-0.0.4 | README.md |