This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
repim /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 09 22:16:21 -0700 2009 | |
| |
ChangeLog | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
generators/ | ||
| |
init.rb | ||
| |
integration/ | Mon Mar 09 20:25:12 -0700 2009 | |
| |
lib/ | ||
| |
rails/ | ||
| |
repim.gemspec | ||
| |
spec/ | Wed Mar 04 17:36:02 -0800 2009 |
README.rdoc
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 .
Copyright
| Author: | MOROHASHI Kyosuke <moronatural@gmail.com> |
| Copyright: | Copyright © 2009 MOROHASHI Kyosuke |
| License: | MIT |








