0.01
No commit activity in last 3 years
No release in over 3 years
Relying Party in minutes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

repim¶ ↑

Description¶ ↑

repim (RElying Party In Minutes) is a rails plugin to create websites using OpenID authentication easily.

Installation¶ ↑

Archive Installation¶ ↑

rake install

Gem Installation¶ ↑

gem install moro-repim

Features/Problems¶ ↑

Synopsis¶ ↑

Generate template files

$ ruby script/generate relying_party Sessions name:string display_name:string

Edit config/environment.rb to load repim gem

config.gem 'moro-repim', :lib => 'repim', :source => 'http://gems.github.com/'

Start server

$ ruby script/server

You will see the login form in localhost:3000/signin .

Author

MOROHASHI Kyosuke <moronatural@gmail.com>

Copyright

Copyright © 2009 MOROHASHI Kyosuke

License

MIT