DEV Community

Discussion on: Secure authentication in Nuxt SPA with Laravel as back-end

Collapse
 
alamriku profile image
alamriku

request.headers.common.Authorization = Bearer ${token}

I have miss the Bearer word to write, it tooks 4 hour to solve the problem.