Skip to content

Releases: fastify/fastify-basic-auth

v2.1.0

13 Jul 19:32
Compare
Choose a tag to compare

📚 PR:

  • Bump tsd from 0.14.0 to 0.15.0 (#41)
  • Bump actions/checkout from 2 to 2.3.4 (#42)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#43)
  • Bump tsd from 0.15.1 to 0.16.0 (#44)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#45)
  • Bump tsd from 0.16.0 to 0.17.0 (#46)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#48)
  • Bump @types/node from 15.14.1 to 16.0.0 (#49)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#50)
  • feat: add header option (#47) (#52)

v2.0.0

07 May 16:12
Compare
Choose a tag to compare
  • Only send www-authenticate for 401. Make realm dynamic. (#40)

v1.2.0

07 May 12:47
Compare
Choose a tag to compare
  • Revert "Make realm dynamic (#39)" (it did not work as expected)

v1.1.0

07 May 09:55
Compare
Choose a tag to compare

📚 PR:

  • Bumped fastify
  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump standard from 15.0.1 to 16.0.1
  • feat: add stale (#21)
  • chore: add dependabot automerge (#25)
  • chore(gitignore): use latest github ignore template (#28)
  • style(ci): use standardized template (#29)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#30)
  • chore: lint code and update deps to pass tests (#31)
  • ci: remove redundant conditional (#35)
  • test: coverage 100% (#36)
  • Bump tap from 14.11.0 to 15.0.2 (#34)
  • Bump @types/node from 14.14.42 to 15.0.0 (#37)
  • ci: add nodejs v16 to test matrix (#38)
  • Make realm dynamic (#39)

v1.0.1

16 Jun 08:06
Compare
Choose a tag to compare

📚 PR:

  • Updated to fastify@3.0.0-rc.4

v1.0.0

08 May 16:13
Compare
Choose a tag to compare

📚 PR:

  • Support fastify v3 (#15)

v0.5.0

29 Nov 08:09
Compare
Choose a tag to compare

📚 PR:

  • Fixed typo in README.md (#14)
  • Add TS type definitions (#13)

v0.4.0

02 Apr 08:57
Compare
Choose a tag to compare
  • Improve support for custom error handlers #9
  • Migrate from Travis to Azure Pipelines #10

v0.3.1

08 Jan 21:04
Compare
Choose a tag to compare

#6 , #5 - Fix README

v0.3.0

23 Nov 16:53
Compare
Choose a tag to compare
  • WWW-Authenticate header option - #3