Releases: adonisjs/auth
Releases · adonisjs/auth
Add api client plugin for testing
Full Changelog: v9.0.0-5...v9.0.0-6
Exporting exception classes
- refactor: export exception classes from main entrypoint 421780b
- refactor: small fixes f5809fd
- refactor: simplify initial setup ab0735d
Full Changelog: v9.0.0-4...v9.0.0-5
Implement logout and publish auth + guest middleware
- feat: add getUserOrFail method to authenticator 3a3b0ed
- feat: implement session.logout 5938258
- refactor: move auth and guest middleware to stubs and publish them 4c1fd71
- refactor: remove session guard configuure instructions 0cab536
Full Changelog: v9.0.0-3...v9.0.0-4
Allow configuring session guard
- fix: typing issues e8b7f82
- feat: allow configuring login route 72ef761
- feat: add option to configure session guard 530a66b
Full Changelog: v9.0.0-1...v9.0.0-3
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