Felipe Lessa
2df6650172
Add getLogoutUrl to Facebook.
2011-12-19 09:49:11 -02:00
Michael Snoyman
717d4deda5
Avoid ++
2011-12-02 11:36:43 +02:00
Michael Snoyman
3b9f45b1c1
Merge branch 'master' of https://github.com/rianhunter/authenticate
2011-12-02 11:34:14 +02:00
Michael Snoyman
fd129fce1a
aeson 0.4
2011-12-01 12:43:26 +02:00
Rian Hunter
db89e940a5
Add new functions, getForwardUrlWithState that takes an extra state query arg for authenticating with facebook, also getForwardUrlParams that takes arbitrary query params for future-proofing
2011-11-29 15:31:58 -08:00
Michael Snoyman
153e52b85b
Fix for http-enum 0.7
2011-09-05 19:56:57 +03:00
Michael Snoyman
c20fc1fa3c
Remove warnings
2011-08-28 12:38:48 +03:00
Hiromi Ishii
0d7c6a222b
Merge branch 'master' of git://github.com/snoyberg/authenticate into proposed
2011-08-25 11:32:53 +09:00
Arash Rouhani
0a653feba4
Added Kerberos source file and added to modules
2011-08-14 21:25:27 +02:00
Michael Snoyman
925c2df506
BrowserID: Switch from GET to POST
2011-07-24 07:13:12 +03:00
Michael Snoyman
5e3ae824da
Added BrowserId support
2011-07-21 18:03:59 +03:00
Michael Snoyman
a713f6af2d
Remove qsUrl and utf8-string
2011-07-19 17:57:31 +03:00
Michael Snoyman
e2eee534c1
OpenId uses xml-enumerator and tagsoup
2011-07-19 17:44:53 +03:00
Hiromi Ishii
ab087a3e38
FIXED: fixed applying hook twice
2011-07-15 21:54:52 +09:00
Hiromi Ishii
588cf6ab58
- Changed to include "oauth_callback" only in the temporary credential phase.
...
- Proxy & Scope parameter support in OAuth by hook (thx!> pqwy & himura).
2011-07-15 01:14:41 +09:00
Hiromi Ishii
e762a42f23
Pulled some requests
2011-07-14 19:51:43 +09:00
Takahiro HIMURA
e598a9fcbb
Added Proxy support to OAuth client
2011-07-11 22:02:00 +09:00
Hiromi Ishii
050cdcd350
modified filtering method
2011-06-22 02:32:30 +09:00
Hiromi Ishii
2a8de3c35c
changed how to render the Authentication Header
2011-06-21 04:23:15 +09:00
Hiromi Ishii
5bb9932919
removed redundant import
2011-06-21 03:12:19 +09:00
Hiromi Ishii
d9be899bf5
Fiexed bug: cannot escape request including multi-byte sequence correctly
2011-06-21 03:10:16 +09:00
Michael Snoyman
b06c4f5428
Dependency bump
2011-06-19 12:07:02 +03:00
Michael Snoyman
df24f34775
Fixed rpxnow JSON code
2011-06-13 07:04:53 +03:00
Michael Snoyman
56d84c5d8b
Missing records in Rpxnow module
2011-06-12 20:09:53 +03:00
Michael Snoyman
ea33d8e8ac
Fixed facebook tokens
2011-06-10 08:25:45 +03:00
Michael Snoyman
4c0a704bb9
Merge pull request #7 from konn/master
...
Changed to see Response Status
2011-06-09 06:50:38 -07:00
Michael Snoyman
6232f52aa0
Fix Facebook code
2011-06-09 16:36:34 +03:00
Hiromi Ishii
6b63940345
changed to see Response Status
2011-05-19 20:58:09 +09:00
Hiromi Ishii
f3d305506c
changed to see Response Status
2011-05-19 20:53:09 +09:00
Michael Xavier
480d6d3410
Add genSign to OAuth exports
...
This decouples the signing process from Requests a bit. Some services
require the signature to be somwehere other than in request headers,
such as in url parameters. Exposing genSign solves this.
2011-04-27 21:25:50 -07:00
Michael Snoyman
705528277c
OpenId uses Text
2011-04-07 23:04:34 +03:00
Michael Snoyman
72281c7fa0
Export AccessToken
2011-04-07 22:28:37 +03:00
Michael Snoyman
35b3e31a45
Drop wai-extra dependency
2011-04-05 00:37:15 +03:00
Michael Snoyman
5fa2e390c1
http-enumerator 0.6
2011-04-05 00:35:00 +03:00
Michael Snoyman
bd9ea53ea8
Move Facebook to Text
2011-04-01 11:20:48 +03:00
Michael Snoyman
572df52d03
http-enumerator 0.5
2011-03-28 07:22:53 +02:00
Michael Snoyman
fb9ec3c412
Migrate to aeson
2011-03-28 06:41:09 +02:00
Hiromi Ishii
ae8e028117
Changed to specify oauth_version parameter everytime (measure for Twitter's Streaming API)
2011-03-10 15:23:49 +09:00
Michael Snoyman
0b09a4f66b
Added getTokenCredential = getAccessToken
2011-03-09 17:53:59 +02:00
Hiromi Ishii
4d87d3b2c6
Fixed Haddock notation in OAuth
2011-03-07 17:04:21 +09:00
Hiromi Ishii
db6f72995d
Added OAuth Client Support
2011-03-07 16:57:10 +09:00
Michael Snoyman
39611958d0
Proper support for OP identifiers in Yadis
2011-02-07 06:56:53 +02:00
Michael Snoyman
d32d16b693
Remove Realm and Params function names in OpenId
2010-12-26 05:51:22 +02:00
Michael Snoyman
d7c19fb6ae
Jeremy Shaw's error handling patch
2010-12-26 05:49:37 +02:00
Michael Snoyman
6615274cc8
getForwardUrlRealm and authenticateParams
2010-12-23 11:26:54 +02:00
Michael Snoyman
a38000b2f3
Fixed myspace
2010-12-23 08:10:32 +02:00
Michael Snoyman
40e75f625b
Type signatures for Providers
2010-10-29 08:12:57 +02:00
Michael Snoyman
752abf0cd1
Web.Authenticate.OpenId.Providers
2010-10-24 10:58:57 +02:00
Michael Snoyman
221ee0ad17
Deriving more instances- from Jeremy Shaw
2010-10-23 19:33:52 +02:00
Michael Snoyman
0571daf1ff
Consolidated exception types
2010-10-07 23:34:18 +02:00