This commit is contained in:
tigerbot 2017-11-13 14:37:02 -07:00
parent f6fe7acaa3
commit 8c1f39178d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
v1.2.1 - Allow PPID reuse
* Now allows a single user to use the same PPID for multiple sites
v1.2.0 - Issuer Pub/Priv Key and Grant APIs for OAuth3
* Resource Owner Password token exchange
* Implicit Grant token exchange

View File

@ -1,6 +1,6 @@
{
"name": "issuer_oauth3.org",
"version": "1.2.0",
"version": "1.2.1",
"description": "Implementation of server-side RESTful OAuth3 issuer APIs",
"main": "rest.js",
"scripts": {