Skip to content

Releases: LionC/express-basic-auth

v.1.1.0 TypeScript Support

30 May 18:00
Compare
Choose a tag to compare

This release adds TypeScript support, thanks to awesome contributions from the community.

Warning: The TypeScript file in v1.1.0 contains a problem, which is fixed n v1.1.1, so make sure to always use the latest patch version

v1.0.0 Production ready

16 Feb 10:47
Compare
Choose a tag to compare

I finally got around to write automated tests for the package and can now feel good calling it production ready.

New features:

  • The realm for response challenges can now be set with a function or a static value
  • Automated tests

v0.3.2

15 Feb 10:19
Compare
Choose a tag to compare
  • Implemented unauthorized JSON responses
  • Removed semicolons

v0.2.1

18 Oct 12:38
Compare
Choose a tag to compare

Just some documentation tweaks

v0.2.0

18 Oct 12:18
Compare
Choose a tag to compare

Introduces custom response bodies and a bug fix (challenges were on by default instead of off)

v0.1.2

11 Oct 13:14
Compare
Choose a tag to compare

Just some documentation tweaks

v0.1.1

11 Oct 13:13
Compare
Choose a tag to compare

Just some documentation tweaks

v0.1.0

11 Oct 12:53
Compare
Choose a tag to compare

First release. Not marked as 1.0.0 for now, as I want to add automated tests to the example server before that. No known bugs yet. There should be enough documentation and examples to use it for now.