Releases: LionC/express-basic-auth
Releases · LionC/express-basic-auth
v.1.1.0 TypeScript Support
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
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