Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 494 Bytes

INSTALL.md

File metadata and controls

23 lines (15 loc) · 494 Bytes

Ruby OpenID2 Library Installation

Install as a gem

ruby-openid2 is distributed on RubyGems. Install it:

gem install ruby-openid2

Testing the Installation

Make sure everything installed ok:

$> irb
irb$> require "ruby-openid2"
=> true

Next steps

  • Get started writing your own consumer using OpenID::Consumer
  • Write your own server with OpenID::Server
  • Use the OpenIDLoginGenerator!
  • Read examples/README.md for more info.