websanova / vue-auth

A simple light-weight authentication library for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logout request executes after auth reset

jongbonga opened this issue · comments

The makeRequest: true from the logout method triggers after the auth session has been cleared and since the auth token does not exist anymore, the request throws and error, how can I handle it so the logout request is sent with the auth token without storing it manually?