Releases: adonisjs/auth
Releases · adonisjs/auth
Add middleware and finish configure command
Initial release for v6 compatibility
This release is in-complete, hence do not install and use the package right now. Upcoming release will list the breaking changes.
Commits
- refactor: list of published files 2e8c3b3
- chore: update peer dependencies range 2ccd967
- feat: wip configure process 4f5421b
- chore: export auth provider and auth service 8195845
- feat: finish base implementations and session guard 564987d
- refactor: remove client option from db providers 317601f
- chore: add peer dependencies 929e6f4
- feat: initial setup to test package in a app c47f5e8
- refactor: move symbols and errors out of core b4e0846
- feat: implement core pieces of auth f47a5ab
- chore: update dot ignore files c12823d
- refactor: start from scratch 1c4ef84
- style: minor typo (#210) 49228c5
What's Changed
New Contributors
Full Changelog: v8.2.3...v9.0.0-0
Bug fixes and allow password to be nullable on user model
Commits
- fix: allow auth model password field to be nullable 75d9605
- chore: update dependencies 7c0354b
- chore: update dependencies 1f60ffa
- fix(templates): correct import & nullable field (#209) e6a76a3
- fix: add unique rule to email of auth migration (#208) 55893f3
- fix(instruction): modelName should be PascalCase and modelReference should be camelCase (#206) 3549246
PRs
- fix(instruction): modelName should be PascalCase and modelReference s… by @RomainLanz in #206
- fix: add unique rule to email of auth migration by @orcuntuna in #208
- fix(templates): correct import & nullable field by @RomainLanz in #209
New Contributors
- @orcuntuna made their first contribution in #208
Full Changelog: v8.2.2...v8.2.3
Fix configure command to generate models in PascalCase
- fix: convert instructions model name to pascalcase 31aa47a
- fix: add missing client option to the guards list interface 946e730
Full Changelog: v8.2.1...v8.2.2
Fix peer dependency range for Lucid
- chore: update peer dependency range for lucid 30f6067
Update dependencies
- test: fix breaking tests d47f109
- chore: update dependencies 6f28d28
- chore: update dependencies 7fb028c
Full Changelog: v8.1.0...v8.2.0
Add login clients to login users during tests
Fix for `8.0.11`
Update dependencies
Translate exception responses when app is using i18n
- feat: translate exception responses using i18n 151a46d
- style: format templates according to prettier (#181) 289b7a0
New Contributors
- @rubenmoya made their first contribution in #181
Full Changelog: v8.0.9...v8.0.10