Vincent

Results 40 issues of Vincent

| Q | A | ------------- | --- | Branch? | 2.7 | Tickets | #4879 | License | MIT | Doc PRs | https://github.com/api-platform/docs/pull/1590, https://github.com/api-platform/docs/pull/1592 --- ## 1. Generating...

bug
enhancement

Write here as comment the errors you may found on api-platform/core:2.7.x-dev installed on your project. Please mention: - the error message - the related code if possible - the service...

bug

LexikJWTAuthenticationBundle is often used on API Platform projects, as it's easy to install and configure, specially for projects which don't need a complex security architecture (OAuth...). We should bridge this...

enhancement

#4881 added an `openapi` operation option to disable an operation from the OpenApi documentation. This option is in addition to the `openapiContext` which helps to send options to the OpenApi...

enhancement

Considering the following resource: ```php #[ApiResource(graphQlOperations: [], operations: [new GetCollection])] class Foo { public function __construct( #[ApiProperty(identifier: false)] private string $id ) {} } ``` The collection is not able...

enhancement

Source: https://php.watch/versions/8.0/deprecated-reflectionparameter-methods#getClass

- [x] Use [AccessTokenAuthenticator](https://github.com/symfony/symfony/pull/46428) - [x] Validate JWT on Keycloak (requires Keycloak to run separately) - [x] Add functional tests - [x] Configure Keycloak Helm Chart (https://keycloak-pr-265-demo.api-platform.com) - [x] Configure...

deploy