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

Returns time to live of the token in /auth/token/issue. #72

Closed cristiano-pacheco closed 7 years ago

cristiano-pacheco commented 7 years ago

issue #68

hernandev commented 7 years ago

I do think it should be on the exp claim of the token itself, and I think it's default on tymon's package.

Gonna check it later.

Thanks