In this section of the course, we will talk about API authentication. There are different methods to do that. In the first lesson of this section, we will have an overview of what we will be talking about.
Historically, the first Laravel package to work with API and authentication was JSON Web Token Authentication (JWT). Using this package was a popular way to authenticate...