Skip to content

Bump @adonisjs/auth from 3.2.0 to 10.1.0 - #256

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/adonisjs/auth-10.1.0
Open

Bump @adonisjs/auth from 3.2.0 to 10.1.0#256
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/adonisjs/auth-10.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown

Bumps @adonisjs/auth from 3.2.0 to 10.1.0.

Release notes

Sourced from @​adonisjs/auth's releases.

Automatic intended-URL storage on unauthorized redirects

10.1.0 (2026-04-09)

The session guard's error handler now calls withIntendedUrl and withQs when redirecting unauthenticated users to the login page, so the current URL is automatically stored in the session. After login you can redirect users back to where they were heading without any manual wiring.

Intended-URL storage applies to GET navigational requests (including Inertia) and is skipped for AJAX and non-GET requests or when no route is matched. Query strings are forwarded to the login redirect.

Features

  • store intended URL when redirecting unauthenticated users to login (aaf8a06)

Full Changelog: adonisjs/auth@v10.0.0...v10.1.0

Simplified withAuthFinder, new helpers and bug fixes

10.0.0 (2026-02-25)

Features

  • add deleteAll method on access token provider (#260) (a2efc9c)
  • add validatePassword method to throw error when password is invalid (ce6b53b)
  • make withAuthFinder mixin accept hash manager and make options optional (7ebc10e)
  • add checkUsing method (#257) (7ad0436)

Bug Fixes

  • emit event session logout before update local data (46d19f6)

What's Changed

New Contributors

Full Changelog: adonisjs/auth@v9.4.2...v10.0.0

Add deleteAll method on TokensProvider

10.0.0-next.6 (2026-01-27)

Features

  • add deleteAll method on access token provider (#260) (a2efc9c)

What's Changed

New Contributors

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​adonisjs/auth since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@adonisjs/auth](https://github.com/adonisjs/auth) from 3.2.0 to 10.1.0.
- [Release notes](https://github.com/adonisjs/auth/releases)
- [Commits](https://github.com/adonisjs/auth/commits/v10.1.0)

---
updated-dependencies:
- dependency-name: "@adonisjs/auth"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants