Skip to content

Releases: adonisjs/auth

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

Add login clients to login users during tests

08 Apr 11:27
Compare
Choose a tag to compare
  • feat: delete tokens after api client request bc9cea5
  • chore: update dependencies 8090455
  • feat: add support for auth clients to login users c751444
  • chore: update dependencies 309290a
  • Merge pull request #198 from bjornarhagen/package-json-typo-fix b65a33d
  • Fix typo 4c47d93

v8.0.12...v8.1.0

Fix for `8.0.11`

03 Mar 23:42
Compare
Choose a tag to compare
  • fix: update a QueryBuilder.returning call because of the lucid breaking change (#196) e734a49

v8.0.11...v8.0.12

Update dependencies

02 Mar 12:30
Compare
Choose a tag to compare

v8.0.10...v8.0.11

Translate exception responses when app is using i18n

14 Oct 04:24
Compare
Choose a tag to compare
  • feat: translate exception responses using i18n 151a46d
  • style: format templates according to prettier (#181) 289b7a0

New Contributors

Full Changelog: v8.0.9...v8.0.10