public
Description: App with restful_authentication, open_id_authentication, and role_requirement
Homepage:
Clone URL: git://github.com/mrflip/restful_authentication_example.git
name age message
file .gitignore Sun May 04 17:46:45 -0700 2008 Oops didn't have .gitignore going yet -- taking... [mrflip]
file CHANGELOG Thu May 15 05:49:20 -0700 2008 Scaffolded vanilla ./script/generate authentica... [mrflip]
file README Sun Aug 31 12:27:47 -0700 2008 The cake is a LIE! (updated readme to declaim t... [mrflip]
file Rakefile Sun May 04 17:37:27 -0700 2008 Initial import: vanilla rails scaffold [mrflip]
file TODO Fri Aug 15 08:47:01 -0700 2008 relocated external plugins to shared dir [mrflip]
directory app/ Fri Aug 15 08:47:01 -0700 2008 relocated external plugins to shared dir [mrflip]
directory config/ Fri Aug 15 08:47:01 -0700 2008 relocated external plugins to shared dir [mrflip]
directory db/ Sat Aug 23 14:54:29 -0700 2008 rspec has right name now [mrflip]
directory doc/ Sun May 04 17:37:27 -0700 2008 Initial import: vanilla rails scaffold [mrflip]
directory lib/ Fri Aug 15 08:47:01 -0700 2008 relocated external plugins to shared dir [mrflip]
directory public/ Sun May 18 06:43:17 -0700 2008 added javascripts from master [mrflip]
file scratch.rb Fri Aug 15 08:47:01 -0700 2008 relocated external plugins to shared dir [mrflip]
directory script/ Sun May 04 18:35:24 -0700 2008 Added rspec scaffolding [mrflip]
directory spec/ Mon Jun 02 00:06:33 -0700 2008 roles, bug in logout [mrflip]
directory stories/ Fri May 30 18:17:16 -0700 2008 last of the changes from v2.0b0 -- about to add... [mrflip]
directory test/ Sun Jun 01 20:36:40 -0700 2008 added roles, authorization specs [mrflip]
directory vendor/ Sat Aug 23 14:54:29 -0700 2008 rspec has right name now [mrflip]
README
This is a sample app with restful_authentication, open_id_authentication, and role_requirement -- it's mostly a 
playground for testing changes to those plugins.

h2. This is more of a sandbox than an example app!!!

This is somewhat inaccurately named.  It's mostly a sandbox for me to test out prospective changes to 
restful_authentication.  What I'm trying to say is, the cake is a lie.

I will probably make it into more of a "here's a basic app with a restful_authentication install" but it's not there 
yet.  If that's what you want, you should check out this sample app, that includes built-out views, password recovery 
and more:

*  http://www.railsforum.com/viewtopic.php?id=14216

along with this implementation of same

*   http://originblog.wordpress.com/2008/08/13/rails-restful-authentication-example-application/

I haven't looked too carefully at either, and would appreciate comments pro- or con-.

h2. Uses:

* restful-authentication
  * My branch:    http://github.com/mrflip/restful-authentication
  * Forked from:  http://github.com/technoweenie/restful-authentication

* open_id_authentication
  * My branch:    http://github.com/mrflip/open_id_authentication
  * Forked from:  http://github.com/josh/open_id_authentication

* role_requirement
  * My branch:    http://github.com/mrflip/role_requirement
  * Forked from (SVN):  http://code.google.com/p/rolerequirement

I've also used the following popular plugins:
* rspec
* rspec_on_rails