cay89

Results 12 issues of 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...

bug

### Description I want to use OpenID Connect's authorization code flow here: ![image](https://github.com/user-attachments/assets/850fc4ac-81e9-4228-b86b-657150a74d2d) Part of this flow involves redirecting to the client after authentication is completed on the Identity Provider's...

bug

**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...

enhancement

**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...

enhancement

**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. ![image](https://github.com/user-attachments/assets/4d29cd17-370f-43ac-88ad-5c3df549af9c) Can...

bug
Good First Issue

**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...

bug
Laravel