Releases: adonisjs/presets
Releases · adonisjs/presets
Generate access tokens migration file during setup
- 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
New Contributors
Full Changelog: v2.2.2...v2.2.4
Correct typo of withAuthFinder
Correct withAuthFinder usage
- fix(auth): correct usage of withAuthFinder 4b21f31
Fix Session guard
- fix: session guard stub to use correct options aa7c18f
Full Changelog: v2.2.0...v2.2.1
Add support to configure access tokens guard
- 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
- fix: register auth provider under providers array 4392bd1
Full Changelog: v2.1.0...v2.1.1
Create auth and guest middleware
- 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
Breaking chage
- The auth preset now accepts the
app
as the 2nd argument
Commits
Full Changelog: v1.0.2...v2.0.0
Publish under latest tag
- fix: publish under latest tag 10fab87
Full Changelog: v1.0.1...v1.0.2
Publish stubs
- fix: publish stubs b1d4888
Full Changelog: v1.0.0...v1.0.1