Sha256: 1010a32c3120af28f6b2ae3e81b41481c7b0d8005f9551a085ca74186b27c9a0

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

# OmniAuth MSPCFO OAuth2

This is the OmniAuth OAuth2 strategy for authentication to [MSPCFO](https://www.mspcfo.com).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'omniauth-mspcfo'
```

And then, you need to add the following to your `config/initializers/omniauth.rb`:

```ruby
Rails.application.config.middleware.use OmniAuth::Builder do
  provider :mspcfo, ENV['MSPCFO_KEY'], ENV['MSPCFO_SECRET'] 
end
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-mspcfo-0.0.1 README.md