Skip to content

Releases: matievisthekat/spotify-oauth-refresher

Allow undefined error response

24 Feb 20:13
4e6cb43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

28 Dec 16:21
Compare
Choose a tag to compare

This release implements two new methods on the Updater class.

  • removeAccessToken
removeAccessToken() {
  this.storage.remove(cookies.accessToken);
  return this;
}
  • removeRefreshToken
removeRefreshToken() {
  this.storage.remove(cookies.refreshToken);
  return this;
}

pretty self-explanatory. right?

Pull Requests Merged

  • [Snyk] Upgrade axios from 0.21.3 to 0.21.4 by @snyk-bot in #3
  • Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #4
  • [Snyk] Upgrade axios from 0.21.4 to 0.24.0 by @snyk-bot in #5

Full Changelog: v1.0.6...v1.0.8

Update docs

25 Nov 08:15
Compare
Choose a tag to compare
v1.0.6

release updated docs

Chore: bump deps

22 Sep 08:35
Compare
Choose a tag to compare
v1.0.5

update version

fix: do not throw error when `msg` not present

15 Jul 14:04
Compare
Choose a tag to compare

fix path-specific cookies

15 Jul 13:46
Compare
Choose a tag to compare

Cookies have been set to only use the root (/) path

v1.0.2 Initial release

29 Jun 16:17
Compare
Choose a tag to compare