Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth MSPCFO OAuth2

This is the OmniAuth OAuth2 strategy for authentication to MSPCFO.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-mspcfo'

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

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

About

MSPCFO OAuth2 strategy for OmniAuth

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages