This is the Professionali strategy for authenticating to Professionali.ru. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the Professionali Applications Page.
Add this line to your application's Gemfile:
gem 'omniauth-professionali'
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-professionali
use OmniAuth::Builder do
provider :professionali, ENV['PROFESSIONALI_KEY'], ENV['PROFESSIONALI_SECRET']
end
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request