Releases: adonisjs/presets
Releases · adonisjs/presets
Generate SilentAuth middleware
2.6.3 (2024-09-11)
What's Changed
- chore: add back silent auth middleware by @RomainLanz in #5
New Contributors
- @RomainLanz made their first contribution in #5
Full Changelog: v2.6.2...v2.6.3
Fix: export Authenticators from the config stub
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
- fix: install sqlite3 with libsql dialect (b3336ff)
Full Changelog: v2.6.0...v2.6.1
Export auth guards collection
- feat: export auth guards collection (6d78ef9)
Full Changelog: v2.5.1...v2.6.0
Install correct client for libsql dialect
- fix: install correct client for libsql dialect (1e1d686)
Full Changelog: v2.5.0...v2.5.1
Add support for configuring libsql dialect
Full Changelog: v2.4.1...v2.5.0
Update password serialization and auth config files
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
New Contributors
Full Changelog: v2.4.0...v2.4.1
Update import path of withAuthFinder mixin
- refactor: update import path of withAuthFinder 149bd88
Full Changelog: v2.2.5...v2.4.0
Add support for configuring basic auth guard
Full Changelog: v2.2.5...v2.3.0