Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petehouston/auth-laravel-angular-jwt-satellizer

This is the demo source code that demonstrate a complete API service for authentication that uses Laravel, AngularJS, JWT and Satellizer.
https://github.com/petehouston/auth-laravel-angular-jwt-satellizer

angularjs jwt laravel satellizer

Last synced: about 8 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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
```