Граф коммитов

922 Коммитов

Автор SHA1 Сообщение Дата
Chris Peterson a8a21a7aea add callback back 2011-08-11 20:05:00 -07:00
Chris Peterson 31e2b5a02d add callback back 2011-08-11 20:04:18 -07:00
Chris Peterson c9eb904aa8 add callback back 2011-08-11 19:56:22 -07:00
Chris Peterson b26ea3b541 add callback back 2011-08-11 19:54:07 -07:00
Chris Peterson 73ced0f1d6 add callback back 2011-08-11 19:52:16 -07:00
Chris Peterson ee74a2b2f4 add callback back 2011-08-11 19:48:43 -07:00
Chris Peterson 5e40e15c75 add callback back 2011-08-11 19:44:17 -07:00
Chris Peterson 2d5ec620c5 add callback back 2011-08-11 19:40:32 -07:00
Chris Peterson 299d1e3957 add callback back 2011-08-11 19:32:24 -07:00
Chris Peterson d19ecac091 add callback back 2011-08-11 19:09:24 -07:00
Chris Peterson 073c818e6e add callback back 2011-08-11 18:55:41 -07:00
Chris Peterson c703ff34e3 add callback back 2011-08-11 18:51:19 -07:00
Chris Peterson b820d53eea add callback back 2011-08-11 18:49:11 -07:00
Chris Peterson 0e5b13d1cf switch back to oauth2 2011-08-11 18:47:19 -07:00
Chris Peterson c5b548d574 comment out authorization_code 2011-08-11 18:45:09 -07:00
Chris Peterson 4d93540887 2nd commit of Liveid 2011-08-11 18:42:02 -07:00
Chris Peterson a46424029b 2nd commit of Liveid 2011-08-11 18:29:00 -07:00
Chris Peterson 465a55d812 first commit of Liveid 2011-08-11 17:33:48 -07:00
Erik Michaels-Ober ef8629870e Merge pull request #424 from thomaswitt/master
Request less permissions for authenticating users via Google OAuth2
2011-08-11 10:27:23 -07:00
Thomas Witt cd5e0384b4 Request less permissions for authenticating users
The m8 scope asks the user to give permission to the whole contacts directory, which is quite exaggerated as a default for authenticating a user.

Google describes in http://sites.google.com/site/oauthgoog/Home/emaildisplayscope a better way just to retrieve the email address of the user.
2011-08-11 19:21:01 +02:00
Erik Michaels-Ober 639dcf06d3 Merge pull request #422 from jerryluk/master
Updated code to works with the latest OAuth2 gem
2011-08-10 18:12:03 -07:00
Jerry Luk cec78feeb8 Changes for updated OAuth2 gem 2011-08-10 16:57:58 -07:00
Jerry Luk b48938e01d Updated request_phase to use auth_code 2011-08-10 13:46:52 -07:00
David LaMacchia dd98c294a8 Backporting facebook oauth2 code from omniauth 0.3 (head) to fix https://copious.airbrakeapp.com/errors/10693789 2011-08-10 13:32:13 -07:00
Erik Michaels-Ober 8c2635430f Merge pull request #342 from jerryluk/master
Added Google OAuth2 Strategy
2011-08-10 10:50:44 -07:00
Jerry Luk 7aba36d0c9 merge with upstream/master 2011-08-10 10:19:34 -07:00
Anton Litvinenko d565ba01e5 parse user uid and email into user_info hash 2011-08-10 12:31:36 +03:00
David LaMacchia c608937d99 changing vesion to 0.2.6.1.copious 2011-08-09 16:24:06 -07:00
David LaMacchia b918f0702c adding spec file for etsy 2011-08-09 15:36:30 -07:00
David LaMacchia 2ee973908f remove unnecessary whitespace 2011-08-09 15:34:34 -07:00
David LaMacchia 485b9e3867 first revision of etsy authentication 2011-08-09 15:25:53 -07:00
Erik Michaels-Ober a6b3ce960f Revert "Remove JRuby support"
This reverts commit 1c6f9f1748.
2011-08-08 13:45:50 -07:00
Erik Michaels-Ober 5aaa1ae45c Add official support for Rubinius [ci skip]
Happy Rubinius Day!
2011-08-06 11:35:15 -07:00
Erik Michaels-Ober 02acb106c2 Add link to REE [ci skip] 2011-08-06 11:21:45 -07:00
Erik Michaels-Ober 26fb41d840 Test against Rubinius
Happy Rubinius Day!
2011-08-05 15:40:09 -07:00
Erik Michaels-Ober e38a4503ed Alphabetize strategies 2011-08-03 10:07:34 -07:00
Erik Michaels-Ober 8eea87ac8a Merge pull request #417 from tomtaylor/master
Added Flickr OAuth provider
2011-08-03 10:05:05 -07:00
Tom Taylor 7d74c0b38f Removing deprecated Flickr strategy. 2011-08-03 17:24:50 +01:00
Tom Taylor c607a4fc98 Merge branch 'master' of github.com:tomtaylor/omniauth 2011-08-03 17:11:48 +01:00
Tom Taylor 050532af1f Added Flickr OAuth provider. 2011-08-03 17:11:15 +01:00
Tom Taylor 68e5313ffa Added Flickr OAuth provider. 2011-08-03 17:10:22 +01:00
Erik Michaels-Ober bc9376f125 Merge pull request #416 from nekodex/master
Update SoundCloud strategy to use OAuth2
2011-08-03 09:07:10 -07:00
Jamie Taylor 91ea109969 Whoops, typo! 2011-08-03 20:15:43 +08:00
Jamie Taylor cfd38524b8 Fixed incorrect OAuth2 header for SoundCloud. 2011-08-03 18:56:40 +08:00
Jamie Taylor 8b35183588 Updated SoundCloud strategy to use OAuth2. 2011-08-03 17:43:06 +08:00
Michael Bleigh 5972c94792 Update oauth2 dependency to 0.5.0 2011-07-29 14:59:22 -05:00
Erik Michaels-Ober 662af27085 Merge pull request #414 from boyvanamstel/hyves
Changed the Hyves OAuth strategy to allow options to be set
2011-07-28 08:40:27 -07:00
Boy van Amstel a0733e8d7d Changed the Hyves OAuth strategy to allow options to be set for the 'request
token' stage.

By adding options you can customize the methods (scope)
and duration of the authorization:
:hyves, 'token', 'secret', :methods => 'users.get,friends.get',
:expirationtype => 'infinite'

More:
http://www.hyves-developers.nl/documentation/data-api/methods/2.0/auth.requesttoken
2011-07-28 13:12:35 +02:00
Steven Anderson a20c0a9cb1 Maintain query string parameters in test mode 2011-07-28 09:21:00 +01:00
Erik Michaels-Ober ec6230ac9a Remove MRI 1.9.3 2011-07-27 14:35:47 -07:00