public
Description: A sample Rails OAuth provider that doesn't use oauth_plugin (or acts_as_authenticated)
Homepage:
Clone URL: git://github.com/mojodna/sample-oauth-provider.git
mojodna (author)
Tue Nov 27 15:33:33 -0800 2007
commit  6d3d7d1edccb780db672bd1d16a33aad7cfb2b2b
tree    7f0c841ca18bdd3b05869154fcb6ee510da1ee14
parent  46043939ad31b793b9b33cf2ea044b702b9d1726
name age message
file README Loading commit data...
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory public/
directory script/
directory test/
directory vendor/
README
I am a sample OAuth provider built against a vanilla Rails 2.0.x app that does not use acts_as_authenticated.  It merely 
shows how your application could be OAuth-enabled and does not validate tokens or do anything particularly fancy with 
them.