1
1
# Spring Boot JWT Authentication example with Spring Security & Spring Data JPA
2
2
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
+
3
13
For more detail, please visit:
4
14
> [ Secure Spring Boot App with Spring Security & JWT Authentication] ( https://bezkoder.com/spring-boot-jwt-authentication/ )
5
15
6
16
> [ For MongoDB] ( https://bezkoder.com/spring-boot-jwt-auth-mongodb/ )
7
17
8
- # Fullstack
18
+ ## Fullstack Authentication
9
19
10
20
> [ Spring Boot + Vue.js JWT Authentication] ( https://bezkoder.com/spring-boot-vue-js-authentication-jwt-spring-security/ )
11
21
@@ -15,6 +25,18 @@ For more detail, please visit:
15
25
16
26
> [ Spring Boot + React JWT Authentication] ( https://bezkoder.com/spring-boot-react-jwt-auth/ )
17
27
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
+
18
40
Run both Back-end & Front-end in one place:
19
41
> [ Integrate Angular with Spring Boot Rest API] ( https://bezkoder.com/integrate-angular-spring-boot/ )
20
42
0 commit comments