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
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.