A repo for laravel vue authentication tutorial.
-
Clone the repo
-
Run
composer install
-
Run
npm install
-
Set your database credentials in .env
-
Run
php artisan serve
Full details here: https://codeburst.io/api-authentication-in-laravel-vue-spa-using-jwt-auth-d8251b3632e0
Have to use modified beta of JWTAuth tymondesigns/jwt-auth#1764
Have to see here for fixes for using the beta auth package. tymondesigns/jwt-auth#1038
tymondesigns/jwt-auth#1298 Final solution at bottom.