UNPKG

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