Omniauth::Auphonic
Omniauth strategy for auphonic.
This gem provides a simple way to authenticate to auphonic using OmniAuth with OAuth2.
Usage
Install it with gem install omniauth-auphonic or if you want build it from source follow the build instructions.
use OmniAuth::Builder do
provider :auphonic, "Client ID", "Client Secret"
endBuild
- clone the repo
git clone https://github.com/fliiiix/omniauth-auphonic.git - build
gem build omniauth-auphonic.gemspec - install
gem install ./omniauth-auphonic-0.0.1.gem - use
require omniauth-auphonic
Contributing
If you can please add test, because I have no plan of this things. xD
- 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