... is actually `UuidDenormalizer` - https://github.com/api-platform/core/blob/2.7/src/RamseyUuid/Serializer/UuidDenormalizer.php - so not the `UuidNormalizer` that I had linked to earlier - that one is in the `Identifier ...
... annotations to php8 attributes (though I could have converted the generated code back to annotations instead, I think). Now on it part 2!
```
api-platform/core v2.6.8
doctrine/annotations ...
... time, the `ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer` is hit
5. It call his decorated serializer after set `$context['api_empty_resource_as_iri'] = true`. There is a big comment in the Api Platform code wich ...
Hi Chloé!
Excellent, crazy question - I like it! So, this is something that we'll talk about in the next tutorial - https://symfonycasts.com/screencast/api-platform-extending - but it will be a few more days or even a ...
... //symfonycasts.com/screencast/api-platform-security/access-control-voter
This will allow you to do any checks you need:
A) Check to make user the current user is authenticated
B) If the currently-authenticated user === the user that's ...
Hi Pedro,
I am very sorry you have the same problem, but also glad. This proves I'm not grazy !!!
The 'solution' for now is very very bad but it works:
It's the vendor\api-platform\core\src\Bridge\Doctrine\Orm ...
Decoration Override Core Services AsDecorator
... is... sort of all over!
In API Platform, it's common to use decoration to extend core services like
the ContextBuilder. And Symfony itself uses decoration pretty commonly to add
debugging features while we're in the dev ...
FrameworkBundle Recipe Part 2 The Kernel Class
... relatively new security-related feature that's quickly been
adopted by most browsers. We talk more about it inside our
API Platform Security
tutorial - but this setting shouldn't cause problems in most setups and is ...
Testing Updating Roles Refreshing Data
...
When you make a request for an operation, the normalization groups are determined on
an operation-by-operation basis. In the case of a User, API Platform is
using user:read for normalization and user:write for ...
... it will work:
1) You setup a custom resource metadata factory, like we did here: https://symfonycasts.com/screencast/api-platform-security/resource-metadata-factory
2) Inside, on a high level, you would look for your ...
... just build this as a custom route/controller in Symfony, and not through API Platform. Use the serializer directly to serialize the User object into the `jsonld` format.
Let me know if this helps - excellent question!
Cheers!
One year diversity initiative
... program
already. We also, or API Platform, sponsored Rails Girls Summer of Code. Um,
they also offered to mentor. Uh, in the end, unfortunately they weren't picked
as a mentor. But, what I got from Kevin was actually by ...
Back to the Basics Symfony local Web Server
... may be slow depending on the platform, especially on a Mac. I mean
it is for me at least. Um, and it's kind of inconvenient and I'm going to talk
about that as well. Um, Nginx and Apache, it depends on your skills on ...
Knowing your State Machines
... him or her later.
Quick about me. I do plenty of work on Happyr. We are a job advert platform -
it matches people with confidence, blah blah. I do plenty of Symfony things. I
run PHP meetups in Stockholm and I do plenty of ...
1016
API Platform
Filter Results