Skip to content

Releases: nearform/fast-jwt

v1.5.0

17 Feb 14:23
94b1f2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

30 Dec 09:56
87eb00a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.1 by @dependabot in #166
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 by @dependabot in #168
  • Update release.yml to use the new token naming convention by @radomird in #169
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.1 by @dependabot in #172
  • chore(deps): bump nearform/github-action-notify-release from 1.2.7 to 1.2.8 by @dependabot in #175
  • chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #176
  • Distinguish between sync & async methods in types by @kblcuk in #177

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

02 Dec 10:11
47ae343
Compare
Choose a tag to compare

What's Changed

  • chore: use main for optic action to test by @salmanm in #144
  • refactor (docs): fix mutatePayload definition sentence by @darkgl0w in #146
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #148
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #149
  • chore(deps): bump mnemonist from 0.38.5 to 0.39.0 by @dependabot in #150
  • refactor (docs): Improve documentation by @darkgl0w in #151
  • Added JwtHeader type definition by @radomird in #153
  • chore(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #154
  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #156
  • Refactoring checkAreCompatibleAlgorithms function by @radomird in #158
  • Added support for x509 certificate public key by @radomird in #161

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

10 Nov 10:23
64d708d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.2

v1.3.0

01 Nov 11:12
Compare
Choose a tag to compare

📚 PR:

  • docs: remove readme deps badge
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#96)
  • chore(deps): bump fastify/github-action-merge-dependabot (#97)
  • chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 (#98)
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#100)
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#101)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#102)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#103)
  • chore(deps): bump fastify/github-action-merge-dependabot (#104)
  • chore(deps): bump fastify/github-action-merge-dependabot (#105)
  • chore(deps-dev): bump cronometro from 0.8.0 to 1.0.0 (#106)
  • chore(deps-dev): bump eslint-config-standard-with-typescript (#107)
  • chore(deps): bump fastify/github-action-merge-dependabot (#108)
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#109)
  • chore(deps-dev): bump @sinonjs/fake-timers from 7.1.2 to 8.0.1 (#110)
  • chore(deps-dev): bump tsd from 0.17.0 to 0.18.0 (#112)
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#114)
  • Support passphrase protected keys (#117)

v1.2.0

18 Jun 09:45
Compare
Choose a tag to compare

📚 PR:

  • docs: reference get-jwks for JWKS support
  • chore: fix dependabot.yml file name
  • chore(deps): bump fastify/github-action-merge-dependabot (#73)
  • chore(deps): bump actions/setup-node from v1 to v2.1.5 (#74)
  • chore(deps): bump actions/checkout from v1 to v2.3.4 (#71)
  • chore(deps): bump actions/cache from v2 to v2.1.4 (#72)
  • chore(deps-dev): bump tap from 14.11.0 to 15.0.2 (#75)
  • chore(deps): bump actions/cache from v2.1.4 to v2.1.5 (#78)
  • chore(deps-dev): bump @types/node from 14.14.42 to 15.0.0 (#81)
  • chore(deps-dev): bump tsd from 0.14.0 to 0.15.0 (#83)
  • chore(deps-dev): bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#84)
  • ci: add github-actions-release-notify (#85)
  • chore(deps): bump fastify/github-action-merge-dependabot (#86)
  • chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#88)
  • chore(deps): bump nearform/github-action-notify-release (#87)
  • chore(deps): bump fastify/github-action-merge-dependabot (#90)
  • chore(deps): bump nearform/github-action-notify-release (#91)
  • chore(deps-dev): bump tsd from 0.15.1 to 0.16.0 (#92)
  • chore(deps-dev): bump tsd from 0.16.0 to 0.17.0 (#94)
  • chore(deps): bump nearform/github-action-notify-release (#95)

v1.1.3

11 Mar 21:59
Compare
Choose a tag to compare

📚 PR:

  • chore: add files field in package.json so benchmarks and other files are not bundled with package (#70)

v1.1.2

10 Mar 09:49
Compare
Choose a tag to compare

📚 PR:

  • chore: remove benchmark directory from package bundle (#69)

1.1.1

08 Mar 16:36
Compare
Choose a tag to compare
  • fix: Fixed allowed claims verification. (#67) (b1d71ed)
  • chore: update workflows and dependabot (#66) (a2dabad)
  • feat: Merge pull request #61 from nearform/dependabot/npm_and_yarn/eslint-config-standard-with-typescript-20.0.0 (31e5374)
  • chore(test-timers): Replace depreciated lolex with FakeTimers (#65) (d897de0)
  • chore(deps-dev): bump eslint-config-standard-with-typescript (b853d34)

v1.1.0

25 Jan 07:34
Compare
Choose a tag to compare

📚 PR:

  • feat: Add support for exp claim in the payload (#59)