0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix service_loader so it loads a Consumer subclass from models/ if it exists. More... over 14 years ago
Updated jeweler to support rubyforge releasing More... over 14 years ago
bumped version number More... over 14 years ago
Removed YahooToken as supporting it would mean breaking the OAuth standard More... over 14 years ago
GoogleToken now uses the Portable Contact gem More... over 14 years ago
missed version info More... over 14 years ago
Bumped gem version to release gem More... over 14 years ago
Added a simple_client to all consumer tokens. Obviously it doesn't work for all consumers. But it should get you started. More... over 14 years ago
Added a SimpleClient wrapper to make it easy to implement simple json clients ontop of access tokens. Added a PortableContacts wrapper for google token. This should be generalized to support all PortableContacts providers. More... over 14 years ago
Added support for Yahoo Tokens More... over 14 years ago
bumped gem version More... over 14 years ago
Removed dependency for paulsinghs twitter gem More... over 14 years ago
fixed request token verification for oauth provider More... over 14 years ago
Add support for both Google OAuth and Google federated hybrid (OpenID/OAuth) login. More... over 14 years ago
Handled error case on authorize with non existent token Fixed Agree2 token Security Fix: Only skip verify_authenticity_token for specific oauth token requests in provider controller More... almost 15 years ago
Close blocks in service index template More... almost 15 years ago
Added an Index to oauth consumers controller. Rerun generator to create 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 More... almost 15 years ago
Apparently gemplugins need their init.rb in rails/init.rb More... almost 15 years ago
Duh, missed a file for making the gem work. I really, really should have tested the gem. More... almost 15 years ago
Added FireEagle support Actually made twitter and agree2 wrappers work More... almost 15 years ago
it is now also on rubyforge in the oauth project More... almost 15 years ago
Gemified it and updated docs to reflect this More... almost 15 years ago
Version bump to 0.0.0 More... almost 15 years ago
Add support for a OAUTH_10_SUPPORT constant to switch on support for OAuth 1.0 in provider Updated docs and CHANGELOG More... almost 15 years ago
Merge branch 'master' of [email protected]:pelle/oauth-plugin More... almost 15 years ago
updated provider to support both oauth1.0 and oauth1.0a made it support oauth1.0a's oob correctly cleaned up a lot of code More... almost 15 years ago
OAuth 1.0 support on consumer side More... almost 15 years ago
support OAuth 1.0 also, and fixed request token generation bug More... almost 15 years ago
Fixed a bug in consumer token More... almost 15 years ago
Changed the OAUTH_CREDENTIALS format to have oauth_consumer options in a separate :options hash. More... almost 15 years ago