Releases: bpedroza/js-pkce
Releases · bpedroza/js-pkce
v2.0.0
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
- @bpedroza made their first contribution in #52
- @jbottigliero made their first contribution in #48
Full Changelog: v1.5.1...v2.0.0
v1.5.1
v1.5.0
Add new feature to revoke a token
What's Changed
- Bump ws from 7.5.8 to 7.5.10 by @dependabot in #50
- Bump elliptic from 6.5.4 to 6.6.1 by @dependabot in #51
- Add revoke token method by @bpedroza in #52
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
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
- @bennovakovic made their first contribution in #43
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Bump @babel/traverse from 7.18.2 to 7.23.2 by @dependabot in #41
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #45
- Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in #44
Full Changelog: v1.3.0...v1.3.1
Add refresh access token method
New method added to get a new token from a refresh token
What's Changed
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #29
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #31
- Build browserified & minified version by @WietseWind in #26
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #34
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #33
- Improvement: Add ability to refresh an access token by @TheBerg in #39
New Contributors
Full Changelog: v1.2.1...v1.3.0
Fix broken build
Updated typescript to next major release to fix broken build
Introduce storage options
New feature to allow choosing a storage type.
This release also includes the typescript definition files in the distribution.
Allow using custom state
Fix issue where state mismatch error appears when using custom state
Add declaration file
Make sure .d.ts file is in npm package