core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
**API Platform version(s) affected**: 4.0.0 **Description** According to the requirement at [Packagist](https://packagist.org/packages/api-platform/core#v4.0.0), `4.0.0` is supposed to be compatible with PHP 8.1.0+. However, the use of a language feature (https://wiki.php.net/rfc/readonly_classes) supported...
**Description** As discussed in [#6661](https://github.com/api-platform/core/pull/6661#issuecomment-2367864381) there is currently no support for [Swaggers HTTP Auth Mechanism](https://swagger.io/docs/specification/authentication/), more specifically for [Basic Authentication](https://swagger.io/docs/specification/authentication/basic-authentication/) and [Bearer Authentication](https://swagger.io/docs/specification/authentication/bearer-authentication/). Especially in Laravel (where the default goto...
| Q | A | ------------- | --- | Branch? | 3.4 | Tickets | n/a | License | MIT | Doc PR | n/a
**API Platform version(s) affected**: 3.3.11 | 3.4 **Description** after update to 3.3.11(also tested in 3.4 today) debug info (trace) missed in response even for env=dev with APP_DEBUG=1 for non jsonApi...
[OpenApi] How to have multiple `Set-Cookie` header as PHP does not allow multiple same array key ?
In [RFC 6265](https://www.rfc-editor.org/rfc/rfc6265#section-3), it's written that : > Origin servers SHOULD NOT fold multiple Set-Cookie header fields into a single header field. I guess the only way of setting multiple...
**Description** Hello, I dunno if that's possible to return the header `Content-Location` with the resource location on GetCollection results. Context: In Souin/cache-handler caddy module we have the tag-based invalidation but...
**API Platform Version(s) Affected:** 3.3.12 **Description:** Subresource creation using URI templates is not functioning as expected. When attempting to create only the subresource via the parent resource’s identifier in the...
| Q | A | ------------- | --- | Branch? | main for features / current stable version branch for bug fixes | Tickets | Closes #..., closes #... |...
**API Platform version(s) affected**: 3.3.11 **Description** While upgrading the Sylius API to APIP3, we faced an issue with subresource configuration. Here’s a specific real-life example to illustrate the problem: https://syliusdev-demoapip3.bunnyenv.com/api/v2#/ProductOption...
…default to old behavior of using entityClass | Q | A | ------------- | --- | Branch? | 3.3 | Tickets | Closes #6590 | License | MIT | Doc...