What's Changed
Note: I changed the config for password auth again... It was a mistake just to make it a boolean, so now you can provide options, going forward this allows for more.
New Features:
- password length requirement config via
auth.methods.password.minLength
as a number of characters required.
Bugfixes:
- NoAuth error message "resource not found" #338
- CLI user configuration works and simplified see examples in the Wiki
Full Changelog: v0.5.0-beta...v0.5.1-beta