filiptepper/oauth-plugin forked from pelle/oauth-plugin
-
filiptepper committed
Sep 29, 2009 -
fixed redirection params glue (required for valid OAuth redirects, wh…
filiptepper committedSep 29, 2009 …ich can include URL params)
-
filiptepper committed
Sep 29, 2009 -
filiptepper committed
Sep 29, 2009
-
pelle committed
Sep 26, 2009 -
Removed dependency for paulsinghs twitter gem
pelle committedSep 26, 2009
-
filiptepper committed
Sep 21, 2009
-
fixed request token verification for oauth provider
Signed-off-by: Pelle Braendgaard <pelleb@gmail.com>
-
fixed request token verification for oauth provider
filiptepper committedSep 7, 2009
-
Handled error case on authorize with non existent token
pelle committedJul 29, 2009 Fixed Agree2 token Security Fix: Only skip verify_authenticity_token for specific oauth token requests in provider controller
-
Close blocks in service index template
jcrosby committedJul 29, 2009
-
Added an Index to oauth consumers controller. Rerun generator to crea…
pelle committedJul 26, 2009 …te index template Added invalidate action to provider, which allows a token to invalidate itself /oauth/invalidate Added capabilities action to provider. Lets you expand to allow auto discovery of permissions and services that token provides. Can override how authorize form indicates an authorization. To get around ugly checkbox
-
Apparently gemplugins need their init.rb in rails/init.rb
pelle committedJul 23, 2009
-
Duh, missed a file for making the gem work. I really, really should h…
pelle committedJul 21, 2009 …ave tested the gem.
-
it is now also on rubyforge in the oauth project
pelle committedJul 21, 2009 -
Gemified it and updated docs to reflect this
pelle committedJul 21, 2009 -
pelle committed
Jul 21, 2009 -
Add support for a OAUTH_10_SUPPORT constant to switch on support for …
pelle committedJul 21, 2009 …OAuth 1.0 in provider Updated docs and CHANGELOG
-
Merge branch 'master' of git@github.com:pelle/oauth-plugin
pelle committedJul 21, 2009 -
updated provider to support both oauth1.0 and oauth1.0a
pelle committedJul 21, 2009 made it support oauth1.0a's oob correctly cleaned up a lot of code
-
OAuth 1.0 support on consumer side
Signed-off-by: Pelle Braendgaard <pelleb@gmail.com>
-
support OAuth 1.0 also, and fixed request token generation bug
support OAuth 1.0 also don't check verifier if request token has no callback_url request token generation bug request token's callback is missing on my mac token_callback_url should be self.token_callback_url Signed-off-by: Pelle Braendgaard <pelleb@gmail.com>
-
pelle committed
Jul 16, 2009
-
Changed the OAUTH_CREDENTIALS format to have oauth_consumer options i…
pelle committedJul 14, 2009 …n a separate :options hash.
-
pelle committed
Jul 14, 2009 Conflicts: generators/oauth_provider/templates/show.html.erb
-
Fixed a problem with erb views in generator
pelle committedJul 14, 2009 -
Added documentation of Consumer
pelle committedJul 14, 2009 -
Cleaned up provider generator.
pelle committedJul 14, 2009 Routes are now auto generated Fixed some erb errors got rid of empty helpers
-
Simplified oauth_consumer generator
pelle committedJul 14, 2009 Added insert_routes to simplify route generation in generator
-
pelle committed
Jul 14, 2009
-
Updated client_application to handle oob callback_url case.
pelle committedJul 12, 2009 -
pelle committed
Jul 12, 2009 -
pelle committed
Jul 12, 2009 -
Updated documentation with information about upgrading.
pelle committedJul 12, 2009 Had missed the migration changes and changes to client_application.rb Updated haml files to include alec-c4's changes