Skip to content

Releases: adonisjs/auth

Add checkUsing method that accepts multiple guards to check for authenticated user

22 Sep 11:23

Choose a tag to compare

10.0.0-next.0 (2025-09-22)

Features

What's Changed

  • feat: allow to pass custom guard to check method by @adamcikado in #257

Full Changelog: v9.4.2...v10.0.0-next.0

Add checkUsing method that accepts multiple guards to check for authenticated user

22 Sep 10:41

Choose a tag to compare

9.5.0 (2025-09-22)

Features

What's Changed

  • feat: allow to pass custom guard to check method by @adamcikado in #257

Full Changelog: v9.4.2...v9.5.0

Update dependencies

15 Jul 11:15

Choose a tag to compare

Fix OAT guard to allow case-insensitive value in the Authorization header

15 Jul 11:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.4.0...v9.4.1

Add createToken and invalidateToken methods to the guard

01 Apr 14:26

Choose a tag to compare

9.4.0 (2025-04-01)

Features

  • allow signing in users directly through the auth token guard (#251) (f1e1941)

What's Changed

  • Allow signing in users directly through the auth token guard by @jeppester in #251

New Contributors

Full Changelog: v9.3.2...v9.4.0

Fix withAuthFinder mixin to not generate duplicate types for the BaseModel

24 Feb 05:27

Choose a tag to compare

9.3.2 (2025-02-24)

Bug Fixes

  • use explicit return type for withAuthFinder mixin (ed2907f)

What's Changed

  • fix: remove duplicate mixin's type declaration by @adamcikado in #250

New Contributors

  • @adamcikado made their first contribution in #250

Full Changelog: v9.3.1...v9.3.2

Update dependencies

17 Jan 20:56

Choose a tag to compare

9.3.1 (2025-01-17)

Full Changelog: v9.3.0...v9.3.1

Add verifyPassword to the AuthFinder mixin

16 Dec 19:31

Choose a tag to compare

The verifyPassword can be used to verify the plain text password against the password hash.

Features

  • add verifyPassword method to user for verifying password against hash (5dbe70f)

Full Changelog: v9.2.4...v9.3.0

Install missing dependencies

07 Nov 22:08

Choose a tag to compare

This release addresses missing dependencies needed for strict package managers like Yarn and pnpm.

We've also updated several development dependencies and automated the release process using GitHub Actions.

Full Changelog: v9.2.3...v9.2.4

Update peer range to work with Lucid 20 and 21

19 Jun 02:50

Choose a tag to compare

  • chore: allow lucid@20 in peer range 6061e08

Full Changelog: v9.2.2...v9.2.3