Releases: adonisjs/auth
Releases · adonisjs/auth
Update lucid peer dependency range
- chore: update lucid peer dependency version range ba605a7
Update dependencies
Update dependencies
- chore: update dependencies 7407170
Update dependencies
update dependencies
Fix the timestamps methods used in the stub files
update dependencies
- chore: update dependencies 057a492
Update peer dependency version
- chore: update peer dependency to lucid 14 504c1bd
Add revoke method to api tokens guard
Handful of improvements and non trivial breaking changes
The config property for listing all the guards is renamed to guards
from list
. The keyword list
is generic. Change your config as follows
- list: {
+ guards: {
web: {}
}
The Auth.extend
method now receives the Auth
instance as the first argument. Earlier it used to receive the Application
instance.
Commits
- refactor: rename config guards list property from "list" to "guards" f759749
- chore: update dependencies a5686d4
- fix: do not hard code timestamps inside the instructions file 3ff43af
- refactor: change arguments passed to the extend callbacks ec2701d
- style: fix broken urls inside stubs 88a8278
- fix: make peerDep @adonisjs/lucid as optional (#166) b0e9f26