How to Test Composer Package Changes Locally
When making changes to a Composer package, it's always important to manually test your changes locally before tagging a new release. In this episode, I'll show you how to instruct Composer to install…
When making changes to a Composer package, it's always important to manually test your changes locally before tagging a new release. In this episode, I'll show you how to instruct Composer to install…
Let's now use Sanctum to authenticate non-browser-based mobile or desktop applications.
Now that we fully understand what's required, let's switch over to the laracasts/cypress package, itself, and begin implementing the new feature.
Let's have a look at using Sanctum in combination with Fortify to authenticate our single-page apps.
In this lesson, we'll override the Cypress visit command to allow for optionally passing a route name to it. We'll use a technique jokingly referred to as "duck punching" to allow for this.
Let's review how to leverage Fortify as an API to power third-party tools, like single-page or mobile apps. Fortify provides support for this and can simplify the entire process.