Releases: adonisjs/auth
Releases · adonisjs/auth
Add checkUsing method that accepts multiple guards to check for authenticated user
Pre-release
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
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
Full Changelog: v9.4.1...v9.4.2
Fix OAT guard to allow case-insensitive value in the Authorization header
Add createToken and invalidateToken methods to the guard
9.4.0 (2025-04-01)
Features
What's Changed
- Allow signing in users directly through the auth token guard by @jeppester in #251
New Contributors
- @jeppester made their first contribution in #251
Full Changelog: v9.3.2...v9.4.0
Fix withAuthFinder mixin to not generate duplicate types for the BaseModel
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
9.3.1 (2025-01-17)
Full Changelog: v9.3.0...v9.3.1
Add verifyPassword to the AuthFinder mixin
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
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
- chore: allow lucid@20 in peer range 6061e08
Full Changelog: v9.2.2...v9.2.3