No commit activity in last 3 years
No release in over 3 years
Unofficial OmniAuth strategy for Signnow.com.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

OmniAuth Signow.com

Build Status Coverage Status

An unofficial OmniAuth strategy for authenticating to Signnow.com using OAuth2. To use it, you'll need to have a Signow.com developer account.

Installation

Add to your Gemfile:

gem "omniauth-signnow"

Then bundle install.

Usage

Here's an example for adding the middleware to a Rails app in config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :signnow, ENV['SIGNNOW_APP_ID'], ENV['SIGNNOW_APP_SECRET']
end

You can now access the OmniAuth Google OAuth2 URL: /auth/signnow