Skip to content

Releases: bpedroza/js-pkce

v2.0.0

22 Dec 20:53
ba03365
Compare
Choose a tag to compare

What's Changed

  • fix: updates 'refresh_token' and 'refresh_expires_in' to be optional properties on the ITokenResponse by @jbottigliero in #48
  • Specify revoke token return type and test for failure by @bpedroza in #53
  • 1.x merge by @bpedroza in #54
  • Make sure state and code verifier are unique per request by @bpedroza in #55

New Contributors

Full Changelog: v1.5.1...v2.0.0

v1.5.1

22 Dec 18:26
Compare
Choose a tag to compare

What's Changed

Specify return type for revokeToken method

Full Changelog: v1.4.0...v1.5.1

v1.5.0

21 Dec 22:32
091b149
Compare
Choose a tag to compare

Add new feature to revoke a token

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

29 Oct 18:51
Compare
Choose a tag to compare

What's Changed

  • Improvement: Abstract cors configuration away from the user, and just allow them to turn it on or off. by @bennovakovic in #43

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

29 Oct 18:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Add refresh access token method

22 Aug 23:19
Compare
Choose a tag to compare

New method added to get a new token from a refresh token

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

Fix broken build

01 Jun 14:36
Compare
Choose a tag to compare

Updated typescript to next major release to fix broken build

Introduce storage options

01 Jun 14:02
Compare
Choose a tag to compare

New feature to allow choosing a storage type.
This release also includes the typescript definition files in the distribution.

Allow using custom state

12 Jul 22:28
Compare
Choose a tag to compare

Fix issue where state mismatch error appears when using custom state

Add declaration file

01 Jun 22:11
Compare
Choose a tag to compare

Make sure .d.ts file is in npm package