Skip to content

Releases: adonisjs/auth

Update lucid peer dependency range

30 Aug 07:40
Compare
Choose a tag to compare
  • chore: update lucid peer dependency version range ba605a7

v8.0.8...v8.0.9

Update dependencies

30 Aug 04:59
Compare
Choose a tag to compare

v8.0.7...v8.0.8

Update dependencies

04 Jul 07:58
Compare
Choose a tag to compare
  • chore: update dependencies 7407170

v8.0.6...v8.0.7

Update dependencies

13 Jun 15:01
Compare
Choose a tag to compare
  • fix: breaking types changes after lucid upgrade d8cca6c
  • chore: update dependencies 652e2aa

v8.0.5...v8.0.6

update dependencies

03 Jun 00:18
Compare
Choose a tag to compare
  • chore: remove husky block from package file a269cf9
  • chore: remove unwanted dependencies ed0c4f7
  • chore: update dependencies f8ccc9c

v8.0.4...v8.0.5

Fix the timestamps methods used in the stub files

18 May 07:20
Compare
Choose a tag to compare
  • ci: use redis container for tests 44bede4
  • fix: use cross db compatible timestamp columns 335e52b
  • chore: update repo url in package.json file d513a42
  • style: format source files 60b491d
  • ci: use github actions and remove circleci edfe612
  • chore: update dependencies bd199ec

v8.0.3...v8.0.4

update dependencies

06 May 14:13
Compare
Choose a tag to compare
  • chore: update dependencies 057a492

v8.0.2...v8.0.3

Update peer dependency version

05 May 13:18
Compare
Choose a tag to compare
  • chore: update peer dependency to lucid 14 504c1bd

v8.0.1...v8.0.2

Add revoke method to api tokens guard

05 May 10:15
Compare
Choose a tag to compare
  • chore: update dependencies 0e4cdfb
  • improvement: add revoke method to api tokens guard a48cee1
  • improvement: improve typechecking in auth middleware adc1741

v8.0.0...v8.0.1

Handful of improvements and non trivial breaking changes

26 Apr 07:22
Compare
Choose a tag to compare

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

v7.0.0...v8.0.0