Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 637 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 637 Bytes

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