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