Skip to content

Bump cakephp/authentication from 4.0.1 to 4.1.0 - #203

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps cakephp/authentication from 4.0.1 to 4.1.0.

Release notes

Sourced from cakephp/authentication's releases.

CakePHP 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
  • ed41893 Merge pull request #787 from cakephp/feat/redirect-after-login-helper
  • 97f2bdb Drop null parameter from redirectAfterLogin()
  • 44d05bf Fix CI for redirectAfterLogin changes
  • 51a5ef2 Document redirectAfterLogin() usage
  • a3d18ea Fix redirectAfterLogin test expectation
  • a95c6f5 Add redirectAfterLogin() helper
  • 179719a Fix docs indentation in auth service example (#786)
  • 0e4a4fd Merge pull request #785 from cakephp/fix-identifier-doc-examples
  • 1ed7f15 Fix remaining identifier doc examples
  • df328d0 Merge pull request #784 from cakephp/docs
  • 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.0.
- [Release notes](https://github.com/cakephp/authentication/releases)
- [Commits](cakephp/authentication@4.0.1...4.1.0)

---
updated-dependencies:
- dependency-name: cakephp/authentication
  dependency-version: 4.1.0
  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 Apr 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #224.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/cakephp/authentication-4.1.0 branch June 15, 2026 17:44
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