|
3 | 3 | For more detail, please visit:
|
4 | 4 | > [Spring Boot, MongoDB: JWT Authentication with Spring Security](https://bezkoder.com/spring-boot-jwt-auth-mongodb/)
|
5 | 5 |
|
| 6 | +Working with Front-end: |
| 7 | +> [Vue.js JWT Authentication with Vuex and Vue Router](https://bezkoder.com/jwt-vue-vuex-authentication/) |
| 8 | + |
| 9 | +> [Angular 8 JWT Authentication example](https://bezkoder.com/angular-jwt-authentication/) |
| 10 | + |
| 11 | +> [Angular 10 JWT Authentication example](https://bezkoder.com/angular-10-jwt-auth/) |
| 12 | + |
| 13 | +> [Angular 11 JWT Authentication example](https://bezkoder.com/angular-11-jwt-auth/) |
| 14 | + |
| 15 | +> [React JWT Authentication & Authorization (without Redux) example](https://bezkoder.com/react-jwt-auth/) |
| 16 | + |
| 17 | +> [React Redux JWT Authentication & Authorization example](https://bezkoder.com/react-redux-jwt-auth/) |
| 18 | + |
| 19 | +Run both Back-end & Front-end in one place: |
| 20 | +> [Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-spring-boot/) |
| 21 | + |
| 22 | +> [Integrate React.js with Spring Boot Rest API](https://bezkoder.com/integrate-reactjs-spring-boot/) |
| 23 | + |
6 | 24 | ## Run Spring Boot application
|
7 | 25 | ```
|
8 | 26 | mvn spring-boot:run
|
|
0 commit comments