Skip to content

Releases: adonisjs/presets

Generate access tokens migration file during setup

25 Jan 10:40
Compare
Choose a tag to compare
  • chore(release): 2.2.3 5cb000b
  • feat: create access tokens table when setting up access tokens guard bee69cb
  • test: use 'fileNotContains' assertion 68bc075
  • Merge pull request #1 from aikrom/develop 635c673
  • fix(auth): correct typo of withAuthFinder in user model 409320b

What's Changed

  • fix(auth): correct typo of withAuthFinder in user model by @aikrom in #1

New Contributors

  • @aikrom made their first contribution in #1

Full Changelog: v2.2.2...v2.2.4

Correct typo of withAuthFinder

24 Jan 12:31
301dfcc
Compare
Choose a tag to compare
  • Merge pull request #1 from aikrom/develop 635c673
  • fix(auth): correct typo of withAuthFinder in user model 409320b

v2.2.2...v2.2.3

Correct withAuthFinder usage

24 Jan 09:34
2b8641f
Compare
Choose a tag to compare
  • fix(auth): correct usage of withAuthFinder 4b21f31

v2.2.1...v2.2.2

Fix Session guard

19 Jan 10:42
Compare
Choose a tag to compare
  • fix: session guard stub to use correct options aa7c18f

Full Changelog: v2.2.0...v2.2.1

Add support to configure access tokens guard

19 Jan 03:52
Compare
Choose a tag to compare
  • fix: remove unused imports 8975810
  • feat: add support for configuring access tokens guard 9b1a1ab
  • refactor: simplify database stubs 9712b97
  • chore: update dependencies 15008c1

Full Changelog: v2.1.1...v2.2.0

Register auth provider under providers array

26 Dec 12:30
Compare
Choose a tag to compare
  • fix: register auth provider under providers array 4392bd1

Full Changelog: v2.1.0...v2.1.1

Create auth and guest middleware

26 Dec 07:45
Compare
Choose a tag to compare
  • feat(auth): create auth and guest middleware 2c8f7e2

Full Changelog: v2.0.0...v2.1.0

Create user model and migration when configuring auth package

26 Dec 07:18
Compare
Choose a tag to compare

Breaking chage

  • The auth preset now accepts the app as the 2nd argument

Commits

  • test: fix failing tests 99d860e
  • feat: create user model and users table migration d93f91e

Full Changelog: v1.0.2...v2.0.0

Publish under latest tag

26 Dec 06:14
Compare
Choose a tag to compare
  • fix: publish under latest tag 10fab87

Full Changelog: v1.0.1...v1.0.2

Publish stubs

26 Dec 06:06
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1