Project

ldsconnect

0.0
No commit activity in last 3 years
No release in over 3 years
OAuth2 (Facebook Connect) authentication strategy for connecting to lds.org thru LDS Connect with Ruby / Sinatra / etc
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.0.0
 Project Readme

Depracated

LDS I/O uses OAuth3, so it doesn't require an LDS I/O specific module.

See LDS I/O ruby sinatra example and ruby-oauth3.

ruby-lds-connect-gem

Ruby / Sinatra OAuth2 authentication strategy for connecting to lds.org thru LDS Connect

gem install ldsconnect
require "ldsconnect"
client_id = '55c7-test-bd03'
client_secret = '6b2fc4f5-test-8126-64e0-b9aa0ce9a50d'
strategy = LdsConnect.new(client_id, client_secret, options={})

License

Apache2