Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to authenticate RESTful API in Laravel 5?

Tags:

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.

like image 992
Vaibhav Avatar asked Mar 03 '15 10:03

Vaibhav


1 Answers

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.

like image 105
Tarunn Avatar answered Oct 31 '22 23:10

Tarunn