/omniauth-hotmart

Hotmart authentication strategy for omniauth

Primary LanguageRubyMIT LicenseMIT

OmniAuth Hotmart

This is the non official OmniAuth strategy for authenticating to Hotmart on Ruby. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the Hotmart's HotConnect Applications Page.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-hotmart'

And then execute:

$ bundle

Usage

use OmniAuth::Builder do
  provider :hotmart, ENV['HOTMART_KEY'], ENV['HOTMART_SECRET']
end

This gem is a strategy for the Ruby authentication gem OmniAuth. More information about OmniAuth.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jpaulomotta/omniauth-hotmart. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Omniauth::Hotmart project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.