Skip to content

Releases: commercelayer/commercelayer-js-auth

v4.1.0

25 May 14:11
6e7ad4a
Compare
Choose a tag to compare

What's Changed

🚀 Enhancement

  • feat: Add expires date for the access token by @acasazza in #40

Full Changelog: v4.0.0...v4.1.0

v4.0.0

16 May 11:34
7f340e8
Compare
Choose a tag to compare

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

10 Feb 16:22
Compare
Choose a tag to compare

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

17 Dec 10:22
Compare
Choose a tag to compare

This release is also available on:


2.2.9 (2021-12-17)

Bug Fixes

v2.2.7

10 Dec 18:13
Compare
Choose a tag to compare

This release is also available on:


2.2.7 (2021-12-10)

Bug Fixes

  • Authentication with multiple scopes (dad1d06)

v2.2.6

02 Dec 18:10
Compare
Choose a tag to compare

This release is also available on:


2.2.6 (2021-12-02)

Bug Fixes

  • Add tslib as dependency (4db9ea8)

v2.2.5

02 Dec 17:52
Compare
Choose a tag to compare

This release is also available on:


2.2.5 (2021-12-02)

Bug Fixes

v2.2.4

23 Nov 17:24
Compare
Choose a tag to compare

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

10 Nov 10:05
Compare
Choose a tag to compare

This release is also available on:


2.2.3 (2021-11-10)

Bug Fixes

  • export ClientId and ClientSecret types (1a3506b)

v2.2.2

09 Nov 18:12
Compare
Choose a tag to compare

This release is also available on:


2.2.2 (2021-11-09)

Bug Fixes