codecasts / spa-starter-kit

A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
MIT License
913 stars 134 forks source link

Default jwt secret key on the test environment #117

Closed flyingluscas closed 7 years ago

flyingluscas commented 7 years ago

Added the JWT_SECRET variable to the test environment, it makes the authentication tests less dependent on the secret key of the original env file.

vedovelli commented 7 years ago

thanks a lot! =D