@horanet/hauth
Version:
Web authentication and authorization module for humans and devices with PG database
129 lines (60 loc) • 4.49 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.4](https://gitlab.horanet.com/hframework/hauth/compare/v1.0.2...v1.0.4) (2025-12-05)
### Features
* export functions checkPwd and updatePwd
### Bug Fixes
* Fix a security bug occuring when autocreate is enabled
### [1.0.2](https://gitlab.horanet.com/hframework/hauth/compare/v1.0.1...v1.0.2) (2024-10-04)
### Doc
* Correction in Readme
### [1.0.1](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.17...v1.0.1) (2024-10-04)
### Features
* Use scrypt instead of bcrypt for password hashing, in order to improve security and lighten dependencies
### [0.1.17](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.16...v0.1.17) (2024-07-24)
### Bug Fixes
* Update node dependencies
### [0.1.16](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.12...v0.1.16) (2024-03-20)
### Bug Fixes
* Bug on autocreate + on access rules ([7a5fc92](https://gitlab.horanet.com/hframework/hauth/commit/7a5fc924b2bb0c1e5c7835c7160e46f1d8473766))
### [0.1.12](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.10...v0.1.12) (2022-10-25)
### Bug Fixes
* passwords must be stored hashed + autocreate process stronger ([7acc75a](https://gitlab.horanet.com/hframework/hauth/commit/7acc75a82cae2816461ec66fa7457ad009a96677))
### [0.1.10](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.9...v0.1.10) (2022-07-26)
### [0.1.9](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.6...v0.1.9) (2022-06-13)
### Features
* request headers passed to autocreate function ([27bd70e](https://gitlab.horanet.com/hframework/hauth/commit/27bd70ef7ea688bceab33e3f2fbe073de564ca5b))
### Bug Fixes
* some middleware functions did not call next() ([6551582](https://gitlab.horanet.com/hframework/hauth/commit/6551582b2e099b8a049fe5b9195b2c01c9f9b6d5))
### [0.1.8](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.7...v0.1.8) (2022-06-02)
### Bug Fixes
* some middleware functions did not call next() ([6551582](https://gitlab.horanet.com/hframework/hauth/commit/6551582b2e099b8a049fe5b9195b2c01c9f9b6d5))
### [0.1.7](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.6...v0.1.7) (2022-04-28)
### Features
* export functions checkUser and checkToken
### [0.1.6](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.5...v0.1.6) (2021-10-18)
### Bug Fixes
* bug with next password when equal to password ([b5483d0](https://gitlab.horanet.com/hframework/hauth/commit/b5483d0b84ac46d3772849052514af72c8dadfd5))
### [0.1.5](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.4...v0.1.5) (2021-10-13)
### Features
* config parameters can be changed after init ([a029201](https://gitlab.horanet.com/hframework/hauth/commit/a029201b8387727f05226ddbe6ca1b7c95dae01e))
### [0.1.4](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.3...v0.1.4) (2021-09-08)
### Features
* export function getUser ([aa31e00](https://gitlab.horanet.com/hframework/hauth/commit/aa31e0043899cb1c73f89b9f2837be8fc918b49b))
### [0.1.3](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.2...v0.1.3) (2021-09-03)
### Bug Fixes
* Excessive package size ([b5af6c0](https://gitlab.horanet.com/hframework/hauth/commit/b5af6c01e0e4343ba8089bcf622f159835db4d44))
### [0.1.2](https://gitlab.horanet.com/hframework/hauth/compare/v0.1.1...v0.1.2) (2021-09-03)
### Features
* add param onLogout ([d0862a1](https://gitlab.horanet.com/hframework/hauth/commit/d0862a10f0adc9ac51e3041f8f31f63eb49c42de))
### 0.1.1 (2021-08-25)
### Bug Fixes
* md file linting (revert No of version back to 0.1.0, this will be changed by npm run release) ([a55b13a](https://gitlab.horanet.com/hframework/hauth/commit/a55b13acab50fe9aeb15fb389e165891a149d77f))
### [0.0.6](https://gitlab.horanet.com/hframework/hauth/compare/v0.0.5...v0.0.6) (2021-07-09)
### Bug Fixes
* modify example for version release ([d02bb86](https://gitlab.horanet.com/hframework/hauth/commit/d02bb863d3ce519abab85daa557150b43a53802f))
### [0.0.5](https://gitlab.horanet.com/hframework/hauth/compare/v0.0.4...v0.0.5) (2021-06-11)
### [0.0.4](https://github.com/naml3i/hauth-dev/compare/v0.0.3...v0.0.4) (2021-06-02)
### 0.0.2 (2021-06-01)
- Change author name in git repo to match name in other machines.
- Testing automatic versioning with standard-version (instead of npm version)