sohelamin / laravel-starter

Laravel Starter Project
19 stars 15 forks source link

JWT implementation #5

Closed karneaud closed 7 years ago

karneaud commented 7 years ago

Does your package employ JWT methods with respect to the API? How does the API authenticate its users? CSRF Token?

sohelamin commented 7 years ago

It is not a package it's just a boilerplate app. If you need you can implement JWT. For accessing the data in Vue.js from api endpoints it uses CSRF token.