This is my code :
export default function ({ store, redirect }) {
// If the user is not authenticated
if (!store.state.auth.auth) {
return redirect('/login')
}
}
But my main problem is after refresh page my store is empty for that I want to use my cookie in middleware.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…