8000 Releases · adonisjs/presets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Releases: adonisjs/presets

Fix auth stub to import InferAuthenticators

18 Dec 17:17
Compare
Choose a tag to compare

What's Changed

  • Fix(stubs): Add InferAuthenticators import for auth.ts file by @shankiflang in #6

New Contributors

  • @shankiflang made their first contribution in #6

Full Changelog: v2.6.3...v2.6.4

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
10000

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

Contributors

guoyunhe
Loading

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

0