Skip to content

Releases: Q24/oauth-client-core

v1.4.0-next.6

31 Mar 09:27
Compare
Choose a tag to compare
v1.4.0-next.6 Pre-release
Pre-release

1.4.0-next.6 (2023-03-31)

Bug Fixes

  • Store the refresh token when lazy refreshing through CodeFlow (e6d1bcd)

v1.4.0-next.5

27 Mar 13:38
Compare
Choose a tag to compare
v1.4.0-next.5 Pre-release
Pre-release

1.4.0-next.5 (2023-03-27)

Bug Fixes

  • add ClientId to Token Refresh (6764fd1)

v1.4.0-next.4

07 Mar 14:36
Compare
Choose a tag to compare
v1.4.0-next.4 Pre-release
Pre-release

1.4.0-next.4 (2023-03-07)

Bug Fixes

  • convert urlFromSessionStorage to params instead of complete url for parseQueryParameters (0f91a9f)

v1.4.0-next.3

07 Mar 13:57
Compare
Choose a tag to compare
v1.4.0-next.3 Pre-release
Pre-release

1.4.0-next.3 (2023-03-07)

Features

  • getSearchParameters also checks if codeFlowUrl is stored in the sessionStorage (db1de1f)
  • Rename clean-hash-fragment.js to pre-clean-url.js and extend it with code flow logic. (758881c)

v1.4.0-next.2

06 Mar 13:16
Compare
Choose a tag to compare
v1.4.0-next.2 Pre-release
Pre-release

1.4.0-next.2 (2023-03-06)

Bug Fixes

  • cleanCode function return cleanedUrl.href instead of cleanedUrl.toString() (efc35a3)

v1.4.0-next.1

02 Mar 15:02
Compare
Choose a tag to compare
v1.4.0-next.1 Pre-release
Pre-release

1.4.0-next.1 (2023-03-02)

Features

  • Refactor clearQueryParameters to cleanUrl and do cleanCode or cleanHashfragment in it (dad319a)

v1.3.1

12 Dec 14:02
Compare
Choose a tag to compare

1.3.1 (2022-12-12)

Bug Fixes

  • catch iFrame error, so the silentRefresh is properly handled (9cb9334)
  • remove the iFrame Silent Refresh from the default checkSession because of Cross Domain issues with the iFrames. Added TODO to investigate and pick up later. For now the functionality is turned off because it is just inconvenient, not blocking. (083bb3f)

v1.3.1-next.2

12 Dec 13:40
Compare
Choose a tag to compare
v1.3.1-next.2 Pre-release
Pre-release

1.3.1-next.2 (2022-12-12)

Bug Fixes

  • remove the iFrame Silent Refresh from the default checkSession because of Cross Domain issues with the iFrames. Added TODO to investigate and pick up later. For now the functionality is turned off because it is just inconvenient, not blocking. (083bb3f)

v1.3.1-next.1

12 Dec 13:16
Compare
Choose a tag to compare
v1.3.1-next.1 Pre-release
Pre-release

1.3.1-next.1 (2022-12-12)

Bug Fixes

  • catch iFrame error, so the silentRefresh is properly handled (9cb9334)

v1.3.0-next.2

12 Dec 13:09
Compare
Choose a tag to compare
v1.3.0-next.2 Pre-release
Pre-release

1.3.0-next.2 (2022-12-12)

Bug Fixes

  • catch iFrame error, so the silentRefresh is properly handled (9cb9334)