Skip to content

Releases: adonisjs/auth

Allow defining custom connection for tokens provider

24 Mar 17:02
Compare
Choose a tag to compare
  • chore: update publish tag to latest 6229787
  • feat: add support to define custom connection for tokens provider ea71af5
  • chore: update dependencies 6eaaf36
  • fix: api_tokens template should use usersTableName table (#163) 889a234
  • fix: template should use correct table name for user-provider-database (#162) 3baca7c

v6.0.1...v7.0.0

Fix the bug introduced in v6.0.0

22 Feb 16:44
Compare
Choose a tag to compare
  • chore: update dependencies 56d83c6
  • chore: update dependencies 4e4d684
  • fix: correct type returned by GetProviderRealUser (#161) 67f35d0

v6.0.0...v6.0.1

Small improvements and drop support for Node 12

21 Feb 07:35
Compare
Choose a tag to compare
  • fix: instructions file to use correct imports d248780
  • ci: fix the config file to use redis service 60fc279
  • fix: api tokens token column to have unique constraint dd185cf
  • refactor: update template stub to pre-define the type 601a5fc
  • refactor: rethrow exception when not instance of the auth exception f99b0ce
  • refactor: log authentication failure error 3eb6da0
  • test: add test for an edge case 0f6f911
  • refactor: allow user provider builder config property to lazy import the provider 327388c
  • feat: allow lucid provider to implement findForAuth to lookup user by uid 7f0ff31
  • refactor: use ioc container new async apis 48f3570
  • chore: use the next tag for release 5f5c518
  • style: reformat source files 5504340
  • chore: remove npm-audit in favor of synk 8f3bf1d
  • chore: update dependencies 7c099b8
  • fix: remove JwtGuardContract from auth contract (#158) e6756dd

v5.1.1...v6.0.0

Types are also matched during tokens lookup

02 Dec 11:08
Compare
Choose a tag to compare
  • improvement: allow defining token type via config a7a66ac
  • improvement: match the token types during lookup 9af6f5f

v5.1.0...v5.1.1

Add Redis provider for storing tokens

01 Dec 17:10
Compare
Choose a tag to compare
  • style: update stubs to have better description b93b5c1
  • refactor: prompt for api tokens table when using database provider 11243cd
  • chore: update instructions to configure tokens provider bd73d70
  • chore: add redis as a peer dependency 1dfae2c
  • ci: add redis to the circleci setup 9b3b8a9
  • feat: add redis provider for opaque tokens fe27b5b
  • style: format using prettier f6a8758
  • chore: update dependencies d605412
  • chore: remove package-lock file 9f64cfa

v5.0.2...v5.1.0

Publish under alpha tag

24 Oct 18:38
Compare
Choose a tag to compare
  • chore: update repo path ce92480
  • chore: publish with alpha tag 5f0718f
  • chore: update dependencies af0c2f5

v5.0.1...v5.0.2

Allow user model without remember me token & password field

21 Oct 10:32
Compare
Choose a tag to compare
  • chore: add lucid as a peer dependency and make sessions optional 201ac44
  • chore: update dependencies & templates 4fa1e7e
  • improvement: raise a meaningful error when ctx.session is missing cef95ae
  • improvement: allow user objects without password c8820c6
  • refactor: accept lucid model from a lazy callback 851db56
  • chore: update dependencies 0f46732

v5.0.0...v5.0.1

Migrating for beta of core

15 Oct 11:11
Compare
Choose a tag to compare
  • chore: publish under next tag dcbaaf8
  • chore(deps): bump lodash from 4.17.15 to 4.17.20 (#155) aa8ea5d
  • feat: add auth types to container e0c1607
  • refactor: get ready for beta of core 46c1d74
  • feat: option to specify user's table identifier column (#152) cc3e164
  • improvement(template): do not serialize password by default 992f524
  • Merge pull request #150 from allanmaral/fix/mixed-space-tabs 246bb97
  • chore: Removing .txt files from prettier checks 4c427a7
  • fix: Removed mixed space and tabs from templates 8241821

v4.3.1...v5.0.0

Fixes v4.3.0

08 Aug 13:59
Compare
Choose a tag to compare
  • fix: make basic auth driver using auth manager 9d684e8
  • fix: auth middleware stub to have correct types 90c520a

v4.3.0...v4.3.1

Adding basic auth support

05 Aug 17:28
Compare
Choose a tag to compare
  • feat: add typings for the events emitted 71bb3b4
  • feat: add typings for the events emitted df2eccb
  • style: fix formatting 5394370
  • refactor: remove self invoked instruction c1a0218
  • feat: add support for basic auth 03f7a4c
  • docs(README): update readme file 1350d69
  • test: add tests for the provider a90ceed
  • chore: update/format meta and source files 5782518
  • chore: update dependencies d0fd75d

v4.2.4...v4.3.0