- Fixed issue with parsing query parameters in fragment.
- Added SessionStorage for browser.
- Fixed issue with confidential client authentication using clientSecret config.
- Handled the callback errors.
- Added support for custom states.
- Hotfix: Fixed module load issue.
- Fixed the PKCE crypto issue with node apps.
- Introduced the new OAuth2Client::renewAccessToken().
- Fixed the FileStorage issue.
- Removed
stateparameter from handleCallback(). - Added optional authorizationUrl parameter to auth initiation methods.
- Fixed the missing OAuth2ConfigParameters export.
- First Release.