Multiple identify validation parameters for lexik-jwt bundle?
What I’m trying to achieve is specifiying inside the .yaml path multple identity-parameters to validate users with the lexik-jwt bundle. Currently, only emails are working as an identifier. However, I want both to work, a custom nickname/username AND an email, meaning that it’s redundant which of these two is given, the functionality shall remain. My parameter for this is being specified in the path
security/firewalls/main/json_login/username_path: email
inside the “security.yaml” config-file.
Api Platform How to remove /api prefix on every endpoint
I would like to remove “/api” prefix on every endpoint.
Mixing IRIs between resources and sub-resources when using DTO
I try to implement a GraphQL read operation (api platform version : 3.3.2) with an output different from the resource and i have a problem with a subressource’s IRI id.
Normalizer with Api Platform : Unable to generate an IRI for the item of type
I’m working on a project with Symfony and Api Platform and I think that I’m missing something about the serialization process.
How in Api-Platform Patch operation entity data is updated?
I want to create ApiResource Patch reqeust withouth identifier using custom persistor. And update only one of UserProfileApi fields (firstName
or lastName
) independently.
Symfony API-Platform ApiProperty attribute not working for json format
Strange Api-platform activity. It looks like ApiProperty Attribute doesn’t work with json format. Why? And how to make ApiProperty to work on json too.