Omniauth Strategy for Doximity. Find out more about Doximity at doximity.com
Add this line to your application's Gemfile:
gem 'omniauth-doximity', git: 'https://github.com/huyha85/omniauth-doximity'
And then execute:
$ bundle
You need to add the following to your config/initializers/omniauth.rb
:
Rails.application.config.middleware.use OmniAuth::Builder do
provider :doximity, "consumer_key", "consumer_secret", redirect_uri: "redirect_uri"
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