Project

vouch

0.0
No commit activity in last 3 years
No release in over 3 years
OAuth2 Server and Client Engines
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.4.6
~> 0.0.13
 Project Readme

Vouch

Please Note

This is very alpha code at the moment, I just extracted it from a project I am working on.

About

Rails 3 engines to use OAuth2 for authentication

Client

To use, include in your Gemfile

gem "vouch"

or, to get the latest changes:

gem "vouch", :git => "git://github.com/dpmcnevin/vouch.git"

Then, run the generator

rails generate vouch:client

Provider

Coming in future releases.

Acknowledgements

Maintainer

Dan McNevin - dpmcnevin@gmail.com