Michael Bleigh
347a66e3d4
Fixing small issues.
2010-11-15 12:49:19 -06:00
Michael Bleigh
895184115d
Merge branch 'master' of https://github.com/MSch/omniauth
2010-11-15 10:00:11 -06:00
Michael Bleigh
9807bf399e
Adding a strategy aggregator.
2010-11-15 10:00:05 -06:00
Martin Schürrer
c7ce5fb3e0
Use custom callback_path / prefix_path for callback_url
2010-11-12 15:02:41 +01:00
James Smith
b838ffe8cc
Added profile image to facebook strategy.
2010-11-05 19:10:37 -04:00
Michael Bleigh
ea6bbbecca
Bump version to 0.2.0 for people who want to check out from git.
2010-11-03 13:56:54 -05:00
Michael Bleigh
889004dbde
Pre-call the app on request phase for configuration hook. Closes #62
2010-11-03 13:53:06 -05:00
Michael Bleigh
e72f72accc
Adding some options to Twitter and Foursquare, closes #36 , closes #40 , closes #29
2010-11-03 13:36:36 -05:00
Michael Bleigh
38437458d8
Upgrade to RSpec 2.0, add universal options hash for strategies, custom paths, closes #54
2010-11-03 13:19:10 -05:00
Ping Yu
c9157ec881
adding a :name_proc option for LDAP strategy, which allows you to match the
...
user name entered with the format of the :uid attributes. For example,
value of 'sAMAccountName' in AD contains only the windows user name.
If your user prefers use email to login, a name_proc as above will trim
the email string down to just the windows name. In summary, :name_proc helps you
to fill the gap between the authentication and user lookup process.
2010-11-03 11:19:05 -05:00
Ping Yu
b526848979
Merge branch 'master' of github.com:intridea/omniauth
2010-11-03 09:20:35 -05:00
Ping Yu
42aed56a7a
updated the readme file for ldap usage.
2010-11-03 09:20:07 -05:00
Michael Bleigh
dfcc5912d3
Pull profile URL from LinkedIn, closes #81
2010-11-03 09:10:43 -05:00
Michael Bleigh
b6efe0808f
Merge branch 'smugmug'
2010-11-03 09:01:27 -05:00
Paul Chilton
33d07b16bc
SmugMug in README. Camelize special in core.
2010-10-28 21:51:00 +13:00
Paul Chilton
fc735077d2
SmugMug provider as OAuth strategy
2010-10-28 21:45:08 +13:00
Michael Bleigh
4a450a1f9c
Bump version to 0.1.6
2010-10-25 12:01:58 -05:00
Michael Bleigh
f617741b96
Adds Meetup strategy. Closes #66
2010-10-25 11:59:52 -05:00
Michael Bleigh
2c05e91aae
Merge branch 'master' of http://github.com/coderoshi/omniauth
2010-10-25 11:56:48 -05:00
Michael Bleigh
661af67b5f
Raise oauth2 gem dependency version. Closes #70 , Closes #71 , Closes #72
2010-10-25 11:56:18 -05:00
Michael Bleigh
a68363bd54
Updating docs.
2010-10-25 11:54:20 -05:00
Tom Milewski
110cdef757
Support for Facebook iFrame Applications
2010-10-25 12:26:30 -04:00
Lee Martin
58a0bd39cc
fixed README spacing
2010-10-21 15:50:53 -07:00
Alex Kremer
ec35b717b6
Fixed broken urlencoding in Ruby 1.9x
2010-10-21 08:46:32 +02:00
Lee Martin
5dff930512
fixed auto load syntax
2010-10-20 17:20:54 -07:00
Lee Martin
42b1d783e5
git damnit i missed a comma
2010-10-20 17:18:44 -07:00
Lee Martin
136724e4dc
added small camel fix
2010-10-20 17:17:58 -07:00
Lee Martin
dc6991e61f
Added SoundCloud Strategy
2010-10-20 17:14:37 -07:00
eric
15134c27d5
authorize_path prepended by site
2010-10-20 12:24:02 -07:00
eric
0cdd95e268
kick off meetup auth
2010-10-20 12:15:48 -07:00
Michael Bleigh
bbc6580da2
At last, Attribute Exchange for OpenID worked out to properly provide names from Google.
2010-10-19 12:46:42 -05:00
Michael Bleigh
cc1112f5fc
Adds license. Closes #64
2010-10-19 11:06:21 -05:00
Michael Bleigh
805c6193e4
Remove README from oa-openid
2010-10-19 09:53:40 -05:00
Michael Bleigh
31005f33b6
Bumping version to 0.1.5
2010-10-19 09:48:47 -05:00
Michael Bleigh
9549d1a8a6
Fixing TripIt spec.
2010-10-19 09:48:31 -05:00
Michael Bleigh
6818ff8916
Fix to TripIt spec.
2010-10-19 09:46:34 -05:00
Michael Bleigh
53380b934d
Make error parameter checking looser. Closes #58 .
2010-10-19 09:43:52 -05:00
Michael Bleigh
d8f16f09ff
Small fixes to TripIt and Dopplr support. Closes #60 .
2010-10-19 09:41:53 -05:00
Michael Bleigh
02c0f05af2
Merge branch 'master' of http://github.com/flextrip/omniauth
2010-10-19 09:36:51 -05:00
Michael Bleigh
33fde90bc2
Don't delete options in OmniAuth strategy. Closes #61 .
2010-10-19 09:36:11 -05:00
Ping Yu
087c3f8b3c
Merge branch 'master' of github.com:intridea/omniauth
...
Conflicts:
.gitignore
2010-10-18 16:44:46 -05:00
Ping Yu
0a829adf75
using the pyu-ruby-sasl gem to calculate digest-md5 challenge response.
2010-10-18 16:42:42 -05:00
Alex Kremer
34f7385785
Modified Facebook strategy to add accept-language header to profile call
2010-10-17 00:23:56 +02:00
Alex Kremer
af56eebc85
Modified Readme per Contribute doc
2010-10-15 15:38:26 +02:00
Alex Kremer
541ea1839f
Added Tripit & Dopplr Strategies
2010-10-15 15:35:14 +02:00
Michael Bleigh
f3dc0dd16f
Updating lots of documentation.
2010-10-14 16:21:08 -05:00
Michael Bleigh
a6e1de9ca1
Adding documentation and release tasks to Rakefile
2010-10-14 10:27:33 -05:00
Seth Ladd
8e15f5572d
more explicit comments for openid configuration
2010-10-13 12:07:47 -07:00
Michael Bleigh
c79c6d8e28
Adds Identi.ca to README
2010-10-12 12:18:02 -05:00
Michael Bleigh
5ad7f4a9f8
Fix options in OAuth2 strategy to actually allow scope passing.
2010-10-12 12:11:07 -05:00