Vue 3 JWT Refresh Token with Axios example
Vue 3 JWT Refresh Token with Axios Interceptors, Vuex and Vue Router example
Note:
Open src/services/setupInterceptors.js
and modify config.headers
for appropriate back-end (found in the tutorial).
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint