Conversation
Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v6...v7) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Needed an explanation of how the Users database table structure is.
Added link to Users table structure
Add missing links to sidebar and further reading
2.x: fix impersonation version info in docs
…s/stale-7 Bump actions/stale from 6 to 7
With "php composer.phar require "cakephp/authentication:^2.0"" result...
"Your requirements could not be resolved to an installable set of packages.
Problem 1
- zendframework/zend-diactoros[2.0.0, ..., 2.2.1] require php ^7.1 -> your php version (8.2.3) does not satisfy that requirement.
- cakephp/authentication 2.0.0 requires zendframework/zend-diactoros ^2.0 -> satisfiable by zendframework/zend-diactoros[2.0.0, ..., 2.2.1].
- Root composer.json requires cakephp/authentication 2.0 -> satisfiable by cakephp/authentication[2.0.0]."
BUT, with the change continues the installation without problems.
(*Cakephp 4.4.11, windows 10, php 8.2.3)
Update composer require command
2.x: add example on how to mimic Auth->deny
Identity objects could contain closures by fetching the original data we can serialize into the session more consistently. It also ensures that when we next build an identity that a new decorator is created. Fixes #606
Store only the original data in the impersonation session
Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v7...v8) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s/stale-8 Bump actions/stale from 7 to 8
Contributor
Author
|
@ADmad I'd need your help with this named argument finder change. How do we handle this in the OrmResolver? |
Member
Just changing the following line from |
ADmad
reviewed
Apr 30, 2023
| use Psr\Http\Message\ResponseInterface; | ||
| use Psr\Http\Message\ServerRequestInterface; | ||
| use RuntimeException; | ||
| use function Cake\Core\deprecationWarning; |
Member
There was a problem hiding this comment.
All deprecations can be simply dropped for 3.x.
Contributor
Author
There was a problem hiding this comment.
Right, forgot that 🙈
Member
|
I took care of the finder changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.