forked from lelylan/simple-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a couple of bugs on AccessToken class
- Loading branch information
1 parent
cf83240
commit 49c1dd5
Showing
7 changed files
with
46 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# Changelog | ||
|
||
|
||
## v0.1.3 (22 Jan 2013) | ||
|
||
* Fixed bug on AccessToken#expired() as it had the inverse logic | ||
* AccessToken#refresh() now returns an AccessToken object | ||
|
||
## v0.1.2 (22 Jan 2013) | ||
|
||
Updated documentation | ||
* Updated documentation | ||
|
||
## v0.1.1 (21 Jan 2013) | ||
|
||
Added Password credentials flow | ||
* Added Password credentials flow | ||
|
||
## v0.1.0 (21 Jan 2013) | ||
|
||
First version Node client for OAuth2 | ||
* First version Node client for OAuth2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "simple-oauth2", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Node.js client for OAuth2", | ||
"author": "Andrea Reginato <[email protected]>", | ||
"homepage": "http://github.com/andreareginato/simple-oauth2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.