]> git.openstreetmap.org Git - rails.git/commit
Make OAuth work again
authorTom Hughes <tom@compton.nu>
Wed, 16 Nov 2011 21:06:47 +0000 (21:06 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 16 Nov 2011 21:13:25 +0000 (21:13 +0000)
commit7b89dc63496de0b6131a93c57d283ebb4490804b
tree7735287794aeed052d2733b67ace73be2f2c6576
parent87d38efbb072a99bea2bbeaac11d6fa37dd0d9ee
Make OAuth work again
13 files changed:
app/controllers/application_controller.rb
app/controllers/oauth_controller.rb
app/models/access_token.rb
app/models/client_application.rb
app/models/oauth2_token.rb [new file with mode: 0644]
app/models/oauth2_verifier.rb [new file with mode: 0644]
app/models/oauth_token.rb
app/models/request_token.rb
app/views/oauth/authorize.html.erb [moved from app/views/oauth/oauthorize.html.erb with 68% similarity]
app/views/oauth/authorize_success.html.erb
config/routes.rb
db/migrate/20111116184519_update_oauth.rb [new file with mode: 0644]
test/unit/oauth_token_test.rb