|
1 | 1 | # Vue.js JWT Authentication with Vuex and Vue Router
|
2 | 2 |
|
3 |
| -For more detail, please visit: |
4 |
| -> [Vue.js JWT Authentication with Vuex and Vue Router](https://bezkoder.com/jwt-vue-vuex-authentication/) |
| 3 | +For instruction, please visit: |
| 4 | +> [Vue 2 JWT Authentication with Vuex and Vue Router](https://bezkoder.com/jwt-vue-vuex-authentication/) |
| 5 | +
|
| 6 | +> [Using Typescript](https://bezkoder.com/vuex-typescript-jwt-auth/) |
| 7 | +
|
| 8 | +> [Vue 3 JWT Authentication with Vuex and Vue Router](https://bezkoder.com/vue-3-authentication-jwt/) |
| 9 | +
|
| 10 | +More Practice: |
| 11 | +> [Vue.js CRUD App with Vue Router & Axios](https://bezkoder.com/vue-js-crud-app/) |
| 12 | +
|
| 13 | +> [Vue Pagination with Axios and API example](https://bezkoder.com/vue-pagination-axios/) |
| 14 | +
|
| 15 | +> [Vue File Upload example using Axios](https://bezkoder.com/vue-axios-file-upload/) |
5 | 16 |
|
6 | 17 | Fullstack with Spring Boot Back-end:
|
7 | 18 | > [Spring Boot + Vue.js: Authentication with JWT & Spring Security Example](https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/)
|
8 | 19 |
|
9 | 20 | Fullstack with Node.js Express Back-end:
|
10 | 21 | > [Node.js Express + Vue.js: JWT Authentication & Authorization example](https://bezkoder.com/node-express-vue-jwt-auth/)
|
11 | 22 |
|
| 23 | +Fullstack CRUD: |
| 24 | +> [Vue.js + Node.js + Express + MySQL example](https://bezkoder.com/vue-js-node-js-express-mysql-crud-example/) |
| 25 | +
|
| 26 | +> [Vue.js + Node.js + Express + PostgreSQL example](https://bezkoder.com/vue-node-express-postgresql/) |
| 27 | +
|
| 28 | +> [Vue.js + Node.js + Express + MongoDB example](https://bezkoder.com/vue-node-express-mongodb-mevn-crud/) |
| 29 | +
|
| 30 | +> [Vue.js + Spring Boot + MySQL/PostgreSQL example](https://bezkoder.com/spring-boot-vue-js-crud-example/) |
| 31 | +
|
| 32 | +> [Vue.js + Spring Boot + MongoDB example](https://bezkoder.com/spring-boot-vue-mongodb/) |
| 33 | +
|
| 34 | +> [Vue.js + Django example](https://bezkoder.com/django-vue-js-rest-framework/) |
| 35 | +
|
| 36 | +Integration (run back-end & front-end on same server/port) |
| 37 | +> [Integrate Vue.js with Spring Boot](https://bezkoder.com/integrate-vue-spring-boot/) |
| 38 | +
|
| 39 | +> [Integrate Vue App with Node.js Express](https://bezkoder.com/serve-vue-app-express/) |
| 40 | +
|
12 | 41 | ## Note:
|
13 | 42 | Open `src/services/auth-header.js` and modify `return` statement for appropriate back-end.
|
14 | 43 |
|
|
0 commit comments