Skip to content

Releases: adonisjs/auth

Add api client plugin for testing

27 Oct 05:58
Compare
Choose a tag to compare
Pre-release
  • refactor: remove unused imports 008d89d
  • feat: add api client integration 2fb7b72

Full Changelog: v9.0.0-5...v9.0.0-6

Exporting exception classes

27 Oct 04:23
Compare
Choose a tag to compare
Pre-release
  • 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

25 Oct 09:03
Compare
Choose a tag to compare
  • 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

25 Oct 06:27
Compare
Choose a tag to compare
Pre-release
  • 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

25 Oct 05:22
Compare
Choose a tag to compare
  • fix: typing issues 8e9dfbc
  • feat: finish configure command e2f20fc
  • feat: proper error handling db93550
  • fix: broken infer types helper ab2ef9d
  • fix: broken export path for types ed30d5e

Full Changelog: v9.0.0-0...v9.0.0-1

Initial release for v6 compatibility

24 Oct 04:56
Compare
Choose a tag to compare
Pre-release

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

20 Oct 05:56
Compare
Choose a tag to compare

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

Full Changelog: v8.2.2...v8.2.3

Fix configure command to generate models in PascalCase

15 Aug 16:37
Compare
Choose a tag to compare
  • 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

22 May 12:29
Compare
Choose a tag to compare
  • chore: update peer dependency range for lucid 30f6067

v8.2.0...v8.2.1

Update dependencies

22 May 11:47
Compare
Choose a tag to compare

Full Changelog: v8.1.0...v8.2.0