Skip to content

Releases: bpedroza/js-pkce

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

Security updates

01 Jun 22:07
Compare
Choose a tag to compare

Update vulnerable dependencies

Feature: Optional Additional Parameters

30 Nov 16:36
Compare
Choose a tag to compare

This release adds functionality to pass additional parameters to the authorizeUrl and exchangeForAccessToken methods.

Updates to comply with RFC

28 Oct 16:53
Compare
Choose a tag to compare