Simple Laravel 5/Angular app that shows how to use the most basic JWT authentication
This is a basic Laravel 5 app that shows how to use the most basic JWT authentication.
This app is not meant to be used in Production environment.
It's a very basic example, that lacks any kind of input validation, handling of expired tokens, local storage fallback to cookies or any other storage.
git clone [email protected]:ttkalec/laravel5-angular-jwt.git
)php composer install
to install the dependencies (get composer here)php artisan vendor:publish
to publish JWT and CORS packages config filesphp artisan migrate
to migrate the database