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 (
Home
Install
script/plugin install git://github.com/seven1m/simple_restful_openid.git
Usage
script/generate simple_restful_openid
Now, tweak the app/controllers/sessions_controller.rb and app/views/sessions/new.html.erb to your liking.
You may also want to add something like this to your main layout:
<% if session[:url] %>
<%=h session[:url] %>
(<%= link_to 'sign out', session_path, :method => :delete %>)
<% else %>
<%= link_to 'sign in', new_session_path %>
<% end %>
Once you run the code generator, you can delete the plugin like this:
rm -rf vendor/plugins/simple_restful_openid






