Releases: ssofy/javascript-sdk
Releases · ssofy/javascript-sdk
v1.2.0
- Fixed issue with parsing query parameters in fragment.
- Added SessionStorage for browser.
- Fixed issue with confidential client authentication using clientSecret config.
v1.1.0
- Handled the callback errors.
- Added support for custom states.
v1.0.3
- Hotfix: Fixed module load issue with node.js apps.
v1.0.2
- Fixed the PKCE crypto issue with node apps.
- Introduced the new OAuth2Client::renewAccessToken().
- Fixed the FileStorage issue.
v1.0.1
- Removed
state
parameter from handleCallback().
- Added optional authorizationUrl parameter to auth initiation methods.
- Fixed the missing OAuth2ConfigParameters export.