Chris Nizzardini
Chris Nizzardini
This is a rough draft implementation of PASETO (Platform Agnostic Security Tokens). This supports local symmetric keys and public asymmetric keys, but does not yet have support for keyrings and...
For instance `before`and `after` should add a note to OpenAPI that wildcards will be added around the search term. Reference: https://github.com/FriendsOfCake/search/blob/master/docs/filters-and-examples.md ``` before = true after = true fieldMode =...
This was disabled for some reason and impacts the k8s example: https://github.com/cnizzardini/cakephp-docker/actions/workflows/image.yml
Ports this into master: https://github.com/lorenzo/audit-stash/pull/65
Looks like test coverage reporting has been disabled: https://app.codecov.io/github/lorenzo/audit-stash Let's either get @lorenzo to resolve that or move that over to another account.
### Description If I have a common configured request in my `setUp` method such as ```php public function setUp(): void { parent::setUp(); $this->requestAsJson(); $this->configRequest([ 'headers' => [ 'Authorization' => 'Bearer...
In CakePHP 4.2 and Fixture Factory 2.4. I am fairly certain you can reproduce this when using `persist()` to get the entity as well. **Steps to reproduce** ```php $foo =...