Skip to content

Commit f34f6d4

Browse files
committed
Updating readme (formatting & contributor)
1 parent d6f3153 commit f34f6d4

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

README.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Provides out of the box authentication strategies for:
2121
* Google (Oauth 1 & OAuth 2 clients)
2222
* Yammer (Stephen Belanger)
2323
* Linkedin (Stephen Belanger)
24+
* Skyrock.com (Nicolas Quiénot)
2425

2526
Take Care!
2627

@@ -53,60 +54,62 @@ Run
5354

5455
Changelog
5556
=========
56-
* 0.5.2
57+
* **0.5.3**
58+
Added new Skyrock.com provider (Nicolas Quiénot)
59+
* **0.5.2**
5760
Allow multiple users per application in Oauth Provider (3 legged) (Evan Prodromou)
5861
Improved the behaviour of the OAuth Provider's Form/POST signing behaviours ( Evan Prodromou )
5962
Fix broken 3-legged OAuth provider support ( Jason Chu )
60-
* 0.5.1
63+
* **0.5.1**
6164
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**
6366
Update to support connect 2.0.0
6467
New 2-legged OAuth provider support ( Jason Chu )
6568
Yammer Support added (Stephen Belanger)
6669
Linkedin Support added (Stephen Belanger)
6770
Support for configuring Facebook's OAuth dialog mode ( Barada Sahu )
6871
Stopped some global scope pollution ( Fabian Jakobs )
69-
* 0.4.1
72+
* **0.4.1**
7073
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**
7275
Introduce new tracing capabilities (provide an option of trace:true/function when constructing the auth middleware)
7376
Introduce 2 new 'events/callbacks' : firstLoginHandler and logoutHandler to allow fairly standard authentication strategies.
7477
Restructured the code to help with others reading it :)
7578
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**
7780
Fixed Google OAuth Strategy
7881
Provided *new* Google OAuth2 Strategy
79-
* 0.3.1
82+
* **0.3.1**
8083
Fixing package.json (no real changes)
81-
* 0.3.0
84+
* **0.3.0**
8285
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*
8386
Fixed various failure cases for nearly all strategies (utilising the new 'undefined' authentication type)
8487
Migrated Foursquare strategy to OAuth2 (requires at least v0.9.3 of node-oauth)
8588
New getglue strategy
8689
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 )
9497
Adds prelimenary support for the new HTTP MAC authentication scheme as defined by RFC-to-be:
9598
http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token ( Eran Hammer-Lahav )
9699
Added support for SSO with google (not using OpenId, but OAuth, so an intermediary approach) (Masahiro Hayashi)
97100
Twitter strategy now supports OAuth Callback Urls (Ben Marvell)
98101
Added option 'isAutoRespond' to handle authentication errors by the application with the HTTP Schemes. (Eran Hammer-Lahav)
99102
Support for 'scoped' users (aka multiple con-current authentications) (Logan Aube)
100-
* 0.2.1
103+
* **0.2.1**
101104
Removed dead file that was seemingly breaking nDistro
102-
* 0.2.0
105+
* **0.2.0**
103106
Updated HTTP strategies c/o Robbie Clutton no longer require passwords to be stored in the plain. - *Breaking change*
104107
Changed the default javascript file from auth.js to index.js. - *Breaking change*
105108
Fixed the isAuthenticated mechanism to work with mongodb (Lakin Wecker, Richard Walsh)
106109
Realm parameter now ignored in the Authorization header for the OAuth Provider strategy (Wade Simmons)
107-
* 0.1.3
110+
* **0.1.3**
108111
Strategies can now be written that do not require the session middleware.
109-
* 0.1.2
112+
* **0.1.2**
110113
Added in new strategy that allows your authentication strategy to be a custom OAuth provider.
111-
* 0.1.0
114+
* **0.1.0**
112115
New simplified configuration (connect idiomatic) of strategies implemented.

0 commit comments

Comments
 (0)