SF-FCC / nextstep

0 stars 6 forks source link

Tokens expiry should logout #128

Closed demiacle closed 5 years ago

demiacle commented 5 years ago

Currently when a token expires, it just throws errors on ajax requests. User needs to be properly logged out and should be requesting auth again.

demiacle commented 5 years ago

126

Still need a solution for async requests... can attach something to axios that checks expiry on every fail

demiacle commented 5 years ago

138