cay89
cay89
I'm running zephyr-7b-alpha in a Docker container on Windows 10 with two RTX 3070 GPUs. However, when I try to make a call with the original example request on the...
### Description Swagger UI provides an option to specify default oauth field values, it would be nice if Laravevel Rest Api also supported this so that you don't have to...
### Description I want to use OpenID Connect's authorization code flow here:  Part of this flow involves redirecting to the client after authentication is completed on the Identity Provider's...
**API Platform version(s) affected**: 4.0.4 **Description** If `\ApiPlatform\State\Provider\DeserializeProvider::provide()` throws an error, I only get the message "An error occurred" alongside the "trace", but it doesn't specify what the actual issue...
…bute This can happen if I need to support both access tokens received with the standard Authorization Code Flow and access tokens received with the Client Credentials Grant. In the...
**API Platform version(s) affected**: 4.0.2 **Description** I have an existing, containerized Laravel project. My app container doesn't contain Composer, because I use Composer separately via the [official Composer image](https://hub.docker.com/_/composer). I've...
**Description** I would like to use the ExistsFilter in Laravel a Laravel project using the JSON:API format. Currently, the ExistsFilter is only implemented under [Doctrine ORM](https://github.com/api-platform/core/blob/main/src/Doctrine/Orm/Filter/ExistsFilter.php), but there is no...
**Description** I would like to use API Platform alongside the [Tenancy](https://tenancyforlaravel.com/) package. The [concept](https://tenancyforlaravel.com/docs/v3/the-two-applications) behind Tenancy is simple. There are two types of databases (applications): - A central database, which...
**API Platform version(s) affected**: 4.0.4 **Description** According to the [JSON:API documentation](https://jsonapi.org/format/#crud-creating), an ID is not required in a POST request, but Api Platform requires it in OpenAPI documentation.  Can...
**API Platform version(s) affected**: 4.1.18 **Description** After upgrading from version 4.1.3 to 4.1.18, a `Unexpected non-iterable value for to-many relation.` error occurs when calling a `GetCollection` endpoint. Here is the...