PinnedHow to simply expose an endpoint with API Key in LaravelWe all need, sooner or later, to expose an endpoint quickly and with the greatest possible security. Laravel provides advanced methods to manage authentication, whether username/password or API token. But here we are talking about an agile method tha...Aug 27, 2023·3 min read
How to handle a Private Beta with access code for your new app in LaravelLet's create a Laravel app that can be accessed only with a code when Private Beta is enabledSep 24, 2023·7 min read
How to robustly expose a webhook in LaravelLet's create a Laravel client app that can expose a webhook and take related actionSep 6, 2023·5 min read
How to manage subscribed webhooks in LaravelLet's create a Laravel server app that can store client subscriptions, each with its own different Signature Secret KeyAug 27, 2023·7 min read