Skip to content

Releases: adonisjs/presets

Generate SilentAuth middleware

11 Sep 02:34
Compare
Choose a tag to compare

2.6.3 (2024-09-11)

What's Changed

New Contributors

Full Changelog: v2.6.2...v2.6.3

Fix: export Authenticators from the config stub

09 Sep 06:39
Compare
Choose a tag to compare

2.6.2 (2024-09-09)

Bug Fixes

  • auth config stub to export Authenticators (d15e72f)

Full Changelog: v2.6.1...v2.6.2

Install sqlite3 package when using libsql

19 Jun 04:08
Compare
Choose a tag to compare
  • fix: install sqlite3 with libsql dialect (b3336ff)

Full Changelog: v2.6.0...v2.6.1

Export auth guards collection

19 Jun 03:26
Compare
Choose a tag to compare
  • feat: export auth guards collection (6d78ef9)

Full Changelog: v2.5.1...v2.6.0

Install correct client for libsql dialect

19 Jun 02:20
Compare
Choose a tag to compare
  • fix: install correct client for libsql dialect (1e1d686)

Full Changelog: v2.5.0...v2.5.1

Add support for configuring libsql dialect

19 Jun 02:10
Compare
Choose a tag to compare
  • feat: add support for configuring libsql (447a408)
  • chore: update dependencies (af2e6c0)

Full Changelog: v2.4.1...v2.5.0

Update password serialization and auth config files

17 May 20:52
Compare
Choose a tag to compare

Commits

  • chore: migrate to release-it (d836d2c)
  • chore(auth): use "import type" in config files (f2c850e)
  • fix: protect password from being serialized (c1ea58a)

What's Changed

  • fix: protect password from being serialized by @guoyunhe in #4

New Contributors

Full Changelog: v2.4.0...v2.4.1

Update import path of withAuthFinder mixin

02 Apr 08:47
Compare
Choose a tag to compare
  • refactor: update import path of withAuthFinder 149bd88

Full Changelog: v2.2.5...v2.4.0

Add support for configuring basic auth guard

02 Apr 08:36
Compare
Choose a tag to compare
  • feat: add support for configuring basic_auth guard 97eb538
  • chore: update dependencies 5b5cd50

Full Changelog: v2.2.5...v2.3.0

Correct auth preset for access_token guard

12 Feb 11:10
b81597e
Compare
Choose a tag to compare
  • Merge pull request #2 from brunolipe-a/patch-1 cdf96c2
  • Add tokens key to tokensUserProvider in access_tokens_with_lucid.stub b379c6b

v2.2.4...v2.2.5