Fisayo Afolayan wrote a nice tutorial on how to use Laravel and JWT to secure our APIs.

JSON Web Token (JWT) is an open standard that allows two parties to securely send data and information as JSON objects. This information can be verified and trusted because it is digitally signed.

laravel jwt