how to authenticate RESTful API in Laravel 5?

Vaibhav picture Vaibhav · Mar 3, 2015 · Viewed 25.3k times · Source

How to authenticate RESTful API in Laravel 5? I am using Laravel 5 to build a RESTful API & I want to use those API for mobile application.

I have also seen http://laravel.com/docs/5.0/authentication but not getting any related example so,please provide me sample example or appropriate link for authenticate RESTful API in Laravel 5.

Answer

Tarunn picture Tarunn · Apr 15, 2015

I was looking for the same answer and I found this link very useful with detailed information and usage for L5 with the use of JWT .

JSON Web Token

Hope it helps you too.