API Platform
API Platform
Published on 2020-12-31 • Modified on 2020-12-31
In this post, we will see how to secure an API with JWT and API-Platform. We will generate JWT security tokens thanks to the lexik/jwt-authentication-bundle, and we will take advantage of the new property security parameter introduced in API Platform 2.6.
Symfony
Published on 2020-12-03 • Modified on 2020-12-03
In this post, we will see how API Platform can help us to document and migrate manual endpoints in a Symfony application. We will see concrete examples related to this blog application.