Now that we have the application created, we should finish some of the missing features:
- We need to add validation error handling and display.
- We need to add a way to retrieve the device name for our Token creation.
Let's get to work.
Adding Validation Handling
To handle validation errors as we have in the Laravel application, we need our Interceptor to handle the 422 status...