Skip to content

Releases: fastify/fastify-bearer-auth

v7.0.2

13 Jul 09:35
Compare
Choose a tag to compare

⚠️ Security release: GHSA-376v-xgjx-7mfr ⚠️

  • Correctly use crypto.timingSafeEqual

Full Changelog: v7.0.1...v7.0.2

v8.0.0

14 May 22:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v8.0.0

v7.0.1

01 May 17:05
cb61d1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

27 Apr 13:40
d821c3d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.0...v7.0.0

v6.2.0

06 Feb 13:08
Compare
Choose a tag to compare

📚 PR:

  • build: reduce dependabot update frequency (#121)
  • feay: add verifyErrorLogLevel option (#120)

v6.1.0

30 Dec 17:05
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #92
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #93
  • Bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #94
  • Bump coverallsapp/github-action from 1.1.2 to 1.1.3 by @dependabot in #95
  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #96
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #97
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #98
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #99
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #100
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #101
  • docs(readme): update fastify-auth example by @Fdawgs in #102
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #103
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #104
  • chore(deps-dev): bump tsd from 0.17.0 to 0.18.0 by @dependabot in #105
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #106
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #107
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #108
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #109
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #110
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #112
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #113
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.0 by @dependabot in #115
  • automatic PR by @Eomm in #116
  • automatic PR by @Eomm in #117
  • Removed leak of invalid token in log (#118) by @FedericoMassaioli in #119

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

18 Jun 11:25
6baec81
Compare
Choose a tag to compare
  • Various project maintenance #71 #73 #77 #78 #82 #83
  • addHook: false invokes done(error) instead of replying with error #90 #91

v5.1.0

12 Feb 15:02
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump snazzy from 8.0.0 to 9.0.0
  • Bump standard from 15.0.1 to 16.0.1
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #57 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • Bump actions/setup-node from v1 to v2.1.4
  • Merge pull request #61 from fastify/dependabot/github_actions/actions/setup-node-v2.1.4
  • feat: add stale (#50)
  • chore: add dependabot automerge (#55)
  • docs(readme): grammar and spelling corrections (#58)
  • Update docs, badges, and CI (#59)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.1.1 (#60)
  • ci: fix coverall job names (#62)
  • ci: ignore documentation updates (#64)
  • ci: specify version of coveralls github action to use (#67)
  • feat: add verify decorator to fastify (#66)

v5.0.2

08 Aug 16:38
Compare
Choose a tag to compare

📚 PR:

  • Bumped [email protected]
  • Bumped fastify
  • Bump tsd from 0.11.0 to 0.12.0 (#43)
  • Bump tsd from 0.12.1 to 0.13.1 (#44)
  • fix: add promise return type to auth function (#45)

v5.0.1

28 May 14:26
Compare
Choose a tag to compare
  • Use crypto.timingSafeEqual() instead of secure-compare module (#40)
  • Use request.raw (request.req is deprecated) (#41)
  • Bump tap from 12.7.0 to 14.10.7 (#42)