From 0e9e3e3e4cca92f1368ddfcdad5d35690289ef1e Mon Sep 17 00:00:00 2001 From: cvmcosta Date: Wed, 27 Jan 2021 20:08:47 -0300 Subject: [PATCH] release(5.6.5) --- docs/changelog.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index edde851..ee92054 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,11 @@ ### CHANGELOG +#### V5.6.5 +> 2021-01-27 +> - Fixed bug where Blackboard would not see access token request iat and exp claims. +> - Fixed bug where Blackboard would not accept the generated access token due to the "bearer" word not being capitalized. + #### V5.6.4 > 2021-01-26 > - Fixed bug where domain generation would ignore port numbers in the Dynamic Registration flow. diff --git a/package-lock.json b/package-lock.json index c1e05ec..fce0711 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ltijs", - "version": "5.6.4", + "version": "5.6.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5afb098..973336e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ltijs", - "version": "5.6.4", + "version": "5.6.5", "description": "Easily turn your web application into a LTI 1.3 Learning Tool.", "main": "index.js", "engineStrict": true,