Skip to content

Releases: adonisjs/auth

Fix cross DB issues with the tokens and the users providers

25 Jan 05:56
Compare
Choose a tag to compare

Fixes adonisjs/road-to-v6#91

Commits

  • fix: mysql port in .env file a8d7e58
  • ci: install playwright browser 7352f93
  • ci: commit .env and update db name in workflow file da690c2
  • fix: issues related to cross db with tokens and user providers 1c92ff7

Full Changelog: v9.0.2...v9.0.3

Correct definition of withAuthFinder

24 Jan 09:38
1c74e34
Compare
Choose a tag to compare

What's Changed

  • fix(mixins): receive a function instead of the hash module directly by @RomainLanz in #230

Full Changelog: v9.0.1...v9.0.2

Throw error when uid or password is missing via verifyCredentials

22 Jan 14:35
Compare
Choose a tag to compare
  • fix: throw error when uid or password is missing 8950749
  • refactor: do not flash password fields and _method d92068f
  • chore: update dependencies d883337

v9.0.0...v9.0.1

Full Changelog: v9.0.0...v9.0.1

Small Improvements

26 Dec 08:17
Compare
Choose a tag to compare
Small Improvements Pre-release
Pre-release
  • ci: update node versions c9398e3
  • refactor: pass HttpContext with all auth events d13572b
  • refactor: use session.flashError method to flash auth errors 7275fd4
  • refactor: use preset for configure hook 24dedf7

Full Changelog: v9.0.0-9...v9.0.0-10

Implement withGuard method on browser client plugin

27 Nov 11:28
Compare
Choose a tag to compare
  • fix: implement withGuard method on browser client plugin e41c421
  • chore: update dependencies 6534a98

Full Changelog: v9.0.0-8...v9.0.0-9

Remove loginRoute option from config

30 Oct 11:40
Compare
Choose a tag to compare
Pre-release
  • chore: fix breaking build d9a7aa7
  • refactor: remove loginRoute from auth config 722ae47

Full Changelog: v9.0.0-7...v9.0.0-8

Add API and Browser clients for testing

27 Oct 09:43
Compare
Choose a tag to compare
Pre-release
  • feat: add browser client plugin c61447f
  • test: improve tests coverage 4690505
  • feat: implement basic auth guard cdcefff

Full Changelog: v9.0.0-6...v9.0.0-7

Add api client plugin for testing

27 Oct 05:58
Compare
Choose a tag to compare
Pre-release
  • refactor: remove unused imports 008d89d
  • feat: add api client integration 2fb7b72

Full Changelog: v9.0.0-5...v9.0.0-6

Exporting exception classes

27 Oct 04:23
Compare
Choose a tag to compare
Pre-release
  • refactor: export exception classes from main entrypoint 421780b
  • refactor: small fixes f5809fd
  • refactor: simplify initial setup ab0735d

Full Changelog: v9.0.0-4...v9.0.0-5

Implement logout and publish auth + guest middleware

25 Oct 09:03
Compare
Choose a tag to compare
  • feat: add getUserOrFail method to authenticator 3a3b0ed
  • feat: implement session.logout 5938258
  • refactor: move auth and guest middleware to stubs and publish them 4c1fd71
  • refactor: remove session guard configuure instructions 0cab536

Full Changelog: v9.0.0-3...v9.0.0-4