Skip to content

Releases: adonisjs/auth

Adding `auth.generate` method to generate a token

22 Jun 07:47
Compare
Choose a tag to compare

v4.2.1...v4.2.2

Opaque tokens now checks for expiry as well

20 Jun 20:18
Compare
Choose a tag to compare
  • chore: update dependencies 884d3e2
  • fix: ensure tokens aren't expired 6fbfa64
  • fix: do not invoke instructions inline 03942fa

v4.2.0...v4.2.1

Adding support for opaque tokens authentication

20 Jun 18:19
Compare
Choose a tag to compare

This release adds the support for token based authentication using opaque access tokens.

  • fix: example 0d51ba7
  • chore: update dependencies d517ee6
  • chore: update dependencies 95bdfe3
  • chore: update dependencies 46afc85
  • chore: adjust instructions to create config,contracts for oat tokens a77b124
  • refactor: raise error when making un-recognized token provider c7a2636
  • fix: breaking types 989d373
  • feat: add opaque tokens authentication f59a1e0
  • chore: update dependencies 8dd3f91
  • style(templates): fix spacing of header 714ad6a

v4.1.5...v4.2.0

Getting ready for Typescript 3.9

15 May 10:59
Compare
Choose a tag to compare
  • improvement: for types after typescript 3.9 release 06ea72d

v4.1.4...v4.1.5

Fix for auth.attempt

30 Apr 16:07
Compare
Choose a tag to compare
  • fix: auth.attempt proxy attempt method on the default guard 8b37577

v4.1.3...v4.1.4

Make auth error messages shape consistent with validation errors

30 Apr 13:09
Compare
Choose a tag to compare
  • improvement: wrap auth error flash messages inside an array 05c22c8

v4.1.2...v4.1.3

Fixing stubs

29 Apr 14:32
Compare
Choose a tag to compare
  • fix: stubs to use latest config 96e6206

v4.1.1...v4.1.2

Handful of bug fixes and improvements

28 Apr 03:36
Compare
Choose a tag to compare
  • chore: rename stub file to txt 8eeddf1
  • fix: example file bd2d4a5
  • improvement: prompt for making migration 631eef1
  • feat: share auth with the view 9220907
  • feat: add toJSON method to auth and guards for serialization 1f57eb0
  • improvement: simplify unauthorized redirect flow 8ecf106
  • fix: remove inline instructions call fa67aed
  • chore: update dependencies 473082e

v4.1.0...v4.1.1

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