11# Spring Boot JWT Authentication example with Spring Security & Spring Data JPA
22
3+ ## User Registration, User Login and Authorization process.
4+ The diagram shows flow of how we implement User Registration, User Login and Authorization process.
5+
6+ ![ spring-boot-jwt-authentication-spring-security-flow] ( spring-boot-jwt-authentication-spring-security-flow.png )
7+
8+ ## Spring Boot Server Architecture with Spring Security
9+ You can have an overview of our Spring Boot Server with the diagram below:
10+
11+ ![ spring-boot-jwt-authentication-spring-security-architecture] ( spring-boot-jwt-authentication-spring-security-architecture.png )
12+
313For more detail, please visit:
414> [ Secure Spring Boot App with Spring Security & JWT Authentication] ( https://bezkoder.com/spring-boot-jwt-authentication/ )
515
616> [ For MongoDB] ( https://bezkoder.com/spring-boot-jwt-auth-mongodb/ )
717
8- # Fullstack
18+ ## Fullstack Authentication
919
1020> [ Spring Boot + Vue.js JWT Authentication] ( https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/ )
1121
@@ -15,6 +25,18 @@ For more detail, please visit:
1525
1626> [ Spring Boot + React JWT Authentication] ( https://bezkoder.com/spring-boot-react-jwt-auth/ )
1727
28+ ## Fullstack CRUD App
29+
30+ > [ Vue.js + Spring Boot + MySQL/PostgreSQL example] ( https://bezkoder.com/spring-boot-vue-js-crud-example/ )
31+
32+ > [ Angular + Spring Boot + MySQL example] ( https://bezkoder.com/angular-10-spring-boot-crud/ )
33+
34+ > [ Angular + Spring Boot + PostgreSQL example] ( https://bezkoder.com/angular-10-spring-boot-postgresql/ )
35+
36+ > [ React + Spring Boot + MySQL example] ( https://bezkoder.com/react-spring-boot-crud/ )
37+
38+ > [ React + Spring Boot + PostgreSQL example] ( https://bezkoder.com/spring-boot-react-postgresql/ )
39+
1840Run both Back-end & Front-end in one place:
1941> [ Integrate Angular with Spring Boot Rest API] ( https://bezkoder.com/integrate-angular-spring-boot/ )
2042
0 commit comments