Skip to content

Releases: ssofy/javascript-sdk

v1.2.0

27 Jan 16:13
Compare
Choose a tag to compare
  • Fixed issue with parsing query parameters in fragment.
  • Added SessionStorage for browser.
  • Fixed issue with confidential client authentication using clientSecret config.

v1.1.0

26 Jan 22:45
Compare
Choose a tag to compare
  • Handled the callback errors.
  • Added support for custom states.

v1.0.3

07 Aug 14:19
Compare
Choose a tag to compare
  • Hotfix: Fixed module load issue with node.js apps.

v1.0.2

05 Aug 09:48
Compare
Choose a tag to compare
  • Fixed the PKCE crypto issue with node apps.
  • Introduced the new OAuth2Client::renewAccessToken().
  • Fixed the FileStorage issue.

v1.0.1

30 Jul 13:54
Compare
Choose a tag to compare
  • Removed state parameter from handleCallback().
  • Added optional authorizationUrl parameter to auth initiation methods.
  • Fixed the missing OAuth2ConfigParameters export.

v1.0.0

29 Jul 16:35
Compare
Choose a tag to compare
  • First Release.