Protecting our Laravel API with Sanctum
Yesterday we learned how to create our API and routes so we can retrieve data from our application. However, the data was not secured, and anyone who wants to can retrieve it. So in this article, I will be adding Laravel Sanctum to our application. S...




