You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-20Lines changed: 23 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Provides out of the box authentication strategies for:
21
21
* Google (Oauth 1 & OAuth 2 clients)
22
22
* Yammer (Stephen Belanger)
23
23
* Linkedin (Stephen Belanger)
24
+
* Skyrock.com (Nicolas Quiénot)
24
25
25
26
Take Care!
26
27
@@ -53,60 +54,62 @@ Run
53
54
54
55
Changelog
55
56
=========
56
-
* 0.5.2
57
+
***0.5.3**
58
+
Added new Skyrock.com provider (Nicolas Quiénot)
59
+
***0.5.2**
57
60
Allow multiple users per application in Oauth Provider (3 legged) (Evan Prodromou)
58
61
Improved the behaviour of the OAuth Provider's Form/POST signing behaviours ( Evan Prodromou )
59
62
Fix broken 3-legged OAuth provider support ( Jason Chu )
60
-
* 0.5.1
63
+
***0.5.1**
61
64
Change Google OAuth2 strategy to only request (and retrieve) the authenticating user's profile information (and optionally their e-mail address.)
62
-
* 0.5.0
65
+
***0.5.0**
63
66
Update to support connect 2.0.0
64
67
New 2-legged OAuth provider support ( Jason Chu )
65
68
Yammer Support added (Stephen Belanger)
66
69
Linkedin Support added (Stephen Belanger)
67
70
Support for configuring Facebook's OAuth dialog mode ( Barada Sahu )
68
71
Stopped some global scope pollution ( Fabian Jakobs )
69
-
* 0.4.1
72
+
***0.4.1**
70
73
Provide support to allow the authentication scope to 'survive' authentication redirects e.g. twitter, facebook etc. Allowing for scope usage with these strategies.
71
-
* 0.4.0
74
+
***0.4.0**
72
75
Introduce new tracing capabilities (provide an option of trace:true/function when constructing the auth middleware)
73
76
Introduce 2 new 'events/callbacks' : firstLoginHandler and logoutHandler to allow fairly standard authentication strategies.
74
77
Restructured the code to help with others reading it :)
75
78
Although I'm bumping the version number this release is still backwards compatible with 0.3.x, it just introduces significant new functionality.
76
-
* 0.3.2
79
+
***0.3.2**
77
80
Fixed Google OAuth Strategy
78
81
Provided *new* Google OAuth2 Strategy
79
-
* 0.3.1
82
+
***0.3.1**
80
83
Fixing package.json (no real changes)
81
-
* 0.3.0
84
+
***0.3.0**
82
85
Modified 'request.Authenticate(...)' to pass back 'undefined' when an active authentication strategy has required a communication with the browser to fully complete the authentication process. - *Possible Breaking change*
83
86
Fixed various failure cases for nearly all strategies (utilising the new 'undefined' authentication type)
84
87
Migrated Foursquare strategy to OAuth2 (requires at least v0.9.3 of node-oauth)
85
88
New getglue strategy
86
89
logout now takes an (optional) callback [this should be the default that is used.]
87
-
* 0.2.3
88
-
Added support for BitBucket (Thanks http://github.com/fjakobs)
89
-
Fixed bug introduced in 0.2.2 when dealing with strategies that 'fail'
90
-
* 0.2.2
91
-
Added index.js ( Pau Ramon Revilla ) to root folder for easier inclusion
92
-
Added support for SSO with http://t.sina.com.cn/ ( Danny Siu )
93
-
Added hd query parameter to allow Google Hosted Domain for google sSO strategy ( Olmo Maldonado )
90
+
***0.2.3**
91
+
Added support for BitBucket (Thanks http://github.com/fjakobs)
92
+
Fixed bug introduced in 0.2.2 when dealing with strategies that 'fail'
93
+
***0.2.2**
94
+
Added index.js ( Pau Ramon Revilla ) to root folder for easier inclusion
95
+
Added support for SSO with http://t.sina.com.cn/ ( Danny Siu )
96
+
Added hd query parameter to allow Google Hosted Domain for google sSO strategy ( Olmo Maldonado )
94
97
Adds prelimenary support for the new HTTP MAC authentication scheme as defined by RFC-to-be:
95
98
http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token ( Eran Hammer-Lahav )
96
99
Added support for SSO with google (not using OpenId, but OAuth, so an intermediary approach) (Masahiro Hayashi)
97
100
Twitter strategy now supports OAuth Callback Urls (Ben Marvell)
98
101
Added option 'isAutoRespond' to handle authentication errors by the application with the HTTP Schemes. (Eran Hammer-Lahav)
99
102
Support for 'scoped' users (aka multiple con-current authentications) (Logan Aube)
100
-
* 0.2.1
103
+
***0.2.1**
101
104
Removed dead file that was seemingly breaking nDistro
102
-
* 0.2.0
105
+
***0.2.0**
103
106
Updated HTTP strategies c/o Robbie Clutton no longer require passwords to be stored in the plain. - *Breaking change*
104
107
Changed the default javascript file from auth.js to index.js. - *Breaking change*
105
108
Fixed the isAuthenticated mechanism to work with mongodb (Lakin Wecker, Richard Walsh)
106
109
Realm parameter now ignored in the Authorization header for the OAuth Provider strategy (Wade Simmons)
107
-
* 0.1.3
110
+
***0.1.3**
108
111
Strategies can now be written that do not require the session middleware.
109
-
* 0.1.2
112
+
***0.1.2**
110
113
Added in new strategy that allows your authentication strategy to be a custom OAuth provider.
111
-
* 0.1.0
114
+
***0.1.0**
112
115
New simplified configuration (connect idiomatic) of strategies implemented.
0 commit comments