No commit activity in last 3 years
No release in over 3 years
A Omniauth gem for Auphonic
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3

Runtime

 Project Readme

Omniauth::Auphonic

Gem Version Build Status Flattr

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"
end

Sinatra example

Build

  1. clone the repo git clone https://github.com/fliiiix/omniauth-auphonic.git
  2. build gem build omniauth-auphonic.gemspec
  3. install gem install ./omniauth-auphonic-0.0.1.gem
  4. use require omniauth-auphonic

Contributing

If you can please add test, because I have no plan of this things. xD

  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