Skip to content

Releases: adonisjs/auth

Getting authentication ready for the next release

27 Apr 16:29
Compare
Choose a tag to compare
  • improvement: polish implementation 1f0bd36
  • improvement: make auth exceptions handle themselves f85528c
  • feat: implement guard methods on the auth class to proxy default guard implementation af37e81
  • feat: add middleware and migrations stubs 0f3f09c
  • chore: update dependencies c687e3c

v4.0.4...v4.1.0

Fixing instructions by using absolute path to stubs

26 Apr 06:53
Compare
Choose a tag to compare
  • fix: use absolute paths for stubs 0486946
  • chore: update dependencies a6c4a91

v4.0.3...v4.0.4

Copy stub files to build folder

19 Apr 14:34
Compare
Choose a tag to compare
  • fix: copy stubs to build folder and publish them 340eff7

v4.0.2...v4.0.3

Getting to the shape of working

19 Apr 14:02
Compare
Choose a tag to compare
  • improvement: allowing defining a default guard for authentication 5c42b65
  • chore: update adonisjs instructions block and files to publish 915f71f
  • improvement: finalize instructions and it's stubs 2eab370
  • refactor: code cleanup 86f009a

v4.0.1...v4.0.2

Cementing the last release

24 Mar 17:54
Compare
Choose a tag to compare
  • chore: remove tslint in favor of eslint 44162fd
  • ci: cache modules using checksum of package-lock.json file 6848d0b
  • chore: remove package-lock.json from .gitignore file 9fdc95f
  • refactor: rename authenticator to guards b363890
  • refactor: remove authenticatable from config ef79804
  • chore: rename contracts.txt to contract.txt 58f7534
  • refactor: renaming authenticatable to provideruser and driver to authenticator 6f154e2

v4.0.0...v4.0.1

First release targeting AdonisJS v5

24 Mar 07:47
Compare
Choose a tag to compare

The package is not 100% ready. More releases to come

  • chore: add publishConfig block acbe70f
  • chore: setup adonisjs instructions and publish files b721a21
  • feat: simplify config and add templates 8ed7679
  • feat: implementing logout a2b9455
  • refactor: drop support for tokens 0d427ab
  • feat: add support for updating and purging tokens fa62ff2
  • feat: extend context to add auth property d3210a4
  • feat: add provider d46f32c
  • feat: add auth manager and auth classes 82a6c2d
  • feat: implement session driver and user providers 55f1a38
  • feat: restart from scratch 99defdf

v3.1.0...v4.0.0