Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 318 Bytes

File metadata and controls

18 lines (9 loc) · 318 Bytes

Demo: API Authentication with Laravel, AngularJS, JWT and Satellizer.

This is the demo source code that demonstrate a complete API service for authentication that uses Laravel, AngularJS, JWT and Satellizer.

Usage:

At the root of project,

$ composer install

$ bower install

$ php artisan serve