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

Implemented some operations in the webservice authorization. #36

Closed cristiano-pacheco closed 7 years ago

cristiano-pacheco commented 7 years ago

I talked to @vedovelli about the refresh token feature on the client, so we will open a discussion in this PR on how to implement this feature.

I will give an example of how the api returns the response signaling that the token is expired.

vedovelli commented 7 years ago

OK @cristianopacheco so I run your branch locally and everything is working fine.

What's your question regarding token refreshing?

vinicius73 commented 7 years ago

i will accept this PR and make a implementation for the proposed problem

vinicius73 commented 7 years ago

@cristianopacheco if is possible, make a issue with this question.

vedovelli commented 7 years ago

This PR was reverted because it contains non working code.