Releases: commercelayer/commercelayer-js-auth
Releases · commercelayer/commercelayer-js-auth
v4.0.0
What's Changed
💥 Breaking Change
- Remove library
client-oauth2
and rewrite the code using fetch by @acasazza in #31
Full Changelog: v2.3.0...v4.0.0
v3.0.0
This release is also available on:
3.0.0 (2022-02-10)
Features
- Add new getRefreshToken function, update specs and README (0a4231b)
Performance Improvements
- Improve code and add new grant type
refresh_token
(208d859)
- Update deps and remove cjs build (7612011)
BREAKING CHANGES
- CommonJS version has been removed.
v2.2.9
This release is also available on:
2.2.9 (2021-12-17)
Bug Fixes
v2.2.7
This release is also available on:
2.2.7 (2021-12-10)
Bug Fixes
- Authentication with multiple scopes (dad1d06)
v2.2.6
This release is also available on:
2.2.6 (2021-12-02)
Bug Fixes
v2.2.5
This release is also available on:
2.2.5 (2021-12-02)
Bug Fixes
v2.2.4
This release is also available on:
2.2.4 (2021-11-23)
Bug Fixes
- Set tokenRefresh and refresh as possibly undefined (cadd19c)
v2.2.3
This release is also available on:
2.2.3 (2021-11-10)
Bug Fixes
- export ClientId and ClientSecret types (1a3506b)
v2.2.2
This release is also available on:
2.2.2 (2021-11-09)
Bug Fixes