Releases: ibm-cloud-security/appid-serversdk-nodejs
Releases · ibm-cloud-security/appid-serversdk-nodejs
7.0.0
7.0.0 (2023-01-31)
Bug Fixes
- webapp-strategy.js: fix importing the SDK to TypeScript Projects error (c2f6163)
- webapp-strategy.js: fix the SDK to work with Passport version 6.0.0 (98a8440), closes #274 #287
BREAKING CHANGES
- webapp-strategy.js: A breaking change in passport.js requires KeepSessionInfo to be passed like { keepSessionInfo: true }
Please refer to the migration section in the Readme file for more information
6.3.1
6.3.1 (2023-01-05)
Bug Fixes
- package.json: updating json webtoken to v9 (6435045), closes #286
6.3.0
6.3.0 (2022-12-20)
Features
- add typescript support: - Update Dependencies (585b140)
6.2.7
6.2.7 (2022-12-14)
Bug Fixes
- 🐛 Fixing version number (8f17ee1)
- 🐛 Upgrade from vulnerable passport version to v6.0 (d0b54c6)
6.2.6
6.2.6 (2022-06-28)
Bug Fixes
- 🐛 Bump GotJS from 11.8.3 to 11.8.5 (084cc50)
6.2.5
6.2.5 (2022-03-07)
Bug Fixes
- package.json: bump GotJS from v9.6 to v11.8 (17328e3)
- request-util.js: handle the Request Body for DELETE method (e35f145)
6.2.4
6.2.4 (2022-02-04)
Bug Fixes
- package.json: update eslint dependency (98d97dc)
- package.json: update eslint dependency (79c7caa)
6.2.3
6.2.3 (2021-11-24)
Bug Fixes
- request-util.js: handle boolean values for
json
param for Request-Util.js (3917e52)
6.2.2
6.2.2 (2021-10-27)
Bug Fixes
v6.2.1
- Updated packages.
- Build process updates.