Sha256: 0c9f79033fc58e34d91f83d21b832da466422e65c171eef9dd310b761bf796b9

Contents?: true

Size: 666 Bytes

Versions: 3

Compression:

Stored size: 666 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/'
    end

## 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.3 README.md
omniauth-gitlab-0.0.2 README.md
omniauth-gitlab-0.0.1 README.md