Releases: Q24/oauth-client-core
Releases · Q24/oauth-client-core
v1.4.0-next.6
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
v1.4.0-next.4
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
1.4.0-next.3 (2023-03-07)
Features
v1.4.0-next.2
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
1.4.0-next.1 (2023-03-02)
Features
- Refactor clearQueryParameters to cleanUrl and do cleanCode or cleanHashfragment in it (dad319a)
v1.3.1
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
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
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
1.3.0-next.2 (2022-12-12)
Bug Fixes
- catch iFrame error, so the silentRefresh is properly handled (9cb9334)