Closed hecsalazarf closed 5 years ago
Maybe at GOM layout created hook?
if (!this.$q.cookies.has('csrf-token')) { await this.$axios.get('auth/ping') }
ping to obtain csrf token (if it does not exist), is executed through Apollo middleware
Maybe at GOM layout created hook?