Skip to content

Bump cakephp/authentication from 4.0.1 to 4.1.1 - #224

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/cakephp/authentication-4.1.1
Closed

Bump cakephp/authentication from 4.0.1 to 4.1.1#224
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/cakephp/authentication-4.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps cakephp/authentication from 4.0.1 to 4.1.1.

Release notes

Sourced from cakephp/authentication's releases.

Authentication 4.1.1

What's Changed

Full Changelog: cakephp/authentication@4.1.0...4.1.1

Authentication 4.1.0

Improvements

  • Added AuthenticationComponent::redirectAfterLogin() helper to make the safe post-login redirect path the obvious one. It resolves the validated local redirect target via the existing getLoginRedirect() logic and falls back to the provided default, returning the controller redirect response directly (#787).

    if ($result->isValid()) {
        return $this->Authentication->redirectAfterLogin('/dashboard');
    }

Full Changelog: cakephp/authentication@4.0.1...4.1.0

Commits
  • ee24bd4 Fix an open redirect weakness in getLoginRedirect() (#795)
  • 6d6cc71 Merge pull request #794 from cakephp/add-security-policy
  • 6b3e7d5 Reference wiki version map instead of concrete table
  • fa8137b Add security policy
  • ada9896 small docs adjustments (#793)
  • 913c7ab update stan (#792)
  • 9856a3b Bump postcss from 8.5.8 to 8.5.14 in /docs (#791)
  • db92e5e Update PHPUnit version requirement to include 13.0 (#790)
  • ed41893 Merge pull request #787 from cakephp/feat/redirect-after-login-helper
  • 97f2bdb Drop null parameter from redirectAfterLogin()
  • Additional commits viewable in compare view

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 [cakephp/authentication](https://github.com/cakephp/authentication) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/cakephp/authentication/releases)
- [Commits](cakephp/authentication@4.0.1...4.1.1)

---
updated-dependencies:
- dependency-name: cakephp/authentication
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #228.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/cakephp/authentication-4.1.1 branch June 22, 2026 17:43
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants