Skip to content

This is the Omniauth strategy for authenticating to Professionali.ru.

License

Notifications You must be signed in to change notification settings

Professionali/omniauth-professionali

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniauth Professionali

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.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-professionali'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-professionali

Usage

use OmniAuth::Builder do
  provider :professionali, ENV['PROFESSIONALI_KEY'], ENV['PROFESSIONALI_SECRET']
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

About

This is the Omniauth strategy for authenticating to Professionali.ru.

Resources

License

Stars

Watchers

Forks

Packages

No packages published