UNPKG

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