UNPKG

750 BMarkdownView Raw
1# Changelog
2
3## v0.1.7 (16 May 2013)
4
5* Now compatible with Github
6
7## v0.1.6 (24 Jan 2013)
8
9* Updated name convention on using simple oauth2 configuration block.
10
11## v0.1.5 (24 Jan 2013)
12
13* Token expiration is now dinamically defined through the expires_in
14 field returned with the access token from the OAuth2 server
15
16## v0.1.4 (22 Jan 2013)
17
18* Fixed missing Basic Auth that somehow is not created from the request library
19
20## v0.1.3 (22 Jan 2013)
21
22* Fixed bug on AccessToken#expired() as it had the inverse logic
23* AccessToken#refresh() now returns an AccessToken object
24
25## v0.1.2 (22 Jan 2013)
26
27* Updated documentation
28
29## v0.1.1 (21 Jan 2013)
30
31* Added Password credentials flow
32
33## v0.1.0 (21 Jan 2013)
34
35* First version Node client for OAuth2