Changeset [689ab05d7169f1be8e2299c5e65638e993774a4c] by Michael Bleigh

March 17th, 2009 @ 11:36 AM

Basic OAuth authorization and identification flow is in and spec'ed. http://github.com/mbleigh/twitte...

Committed by Michael Bleigh

  • M app/controllers/sessions_controller.rb
  • M app/models/twitter_auth/basic_user.rb
  • M app/models/twitter_auth/generic_user.rb
  • M app/models/twitter_auth/oauth_user.rb
  • M generators/twitter_auth/templates/migration.rb
  • M rails/init.rb
  • M spec/controllers/sessions_controller_spec.rb
  • M spec/fixtures/factories.rb
  • M spec/fixtures/fakeweb.rb
  • M spec/fixtures/twitter.rb
  • M spec/models/twitter_auth/generic_user_spec.rb
  • M spec/models/twitter_auth/oauth_user_spec.rb
  • M spec/schema.rb
  • M spec/spec_helper.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A full-stack authentication system for Rails that uses Twitter.