Laravel REST API Authentication using Passport
Do you want to know about a proper token based authentication mechanism for your RESTful APIs? If yes, then you are at the right place. In this post we will learn about Laravel REST API Authentication using Passport. We have built RESTful APIs, many time earlier, but we never discussed about proper AUTHENTICATION. And that …