Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adjh54ir/spring-security-adjh54
Spring Boot 기반의 Spring Security(5.7.6) + JWT를 이용한 인증방식 구현
https://github.com/adjh54ir/spring-security-adjh54
java11 jwt spring-boot spring-security
Last synced: about 1 month ago
JSON representation
Spring Boot 기반의 Spring Security(5.7.6) + JWT를 이용한 인증방식 구현
- Host: GitHub
- URL: https://github.com/adjh54ir/spring-security-adjh54
- Owner: adjh54ir
- Created: 2023-01-03T00:15:28.000Z (almost 2 years ago)
- Default Branch: develop-main
- Last Pushed: 2023-01-09T08:52:42.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T13:02:32.509Z (about 2 months ago)
- Topics: java11, jwt, spring-boot, spring-security
- Language: Java
- Homepage: https://adjh54.tistory.com/94
- Size: 211 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-security-adjh54
⭕️ Spring Boot 기반의 Spring Security(5.7.6) + JWT를 이용한 인증방식 구현
## 1. Architecture
----
### 1.1. Spring Boot Architecture
⭕️ 전체적인 아키텍처 패턴은 Spring MVC Pattern으로 구성하였습니다.
![springboot](https://user-images.githubusercontent.com/36141397/193234055-b13617ee-3e83-4298-bd17-6215f2a2cfe3.png)
### 1.2. Spring Security Architecture
⭕️ Spring Security의 FlowChart입니다.
![image](https://user-images.githubusercontent.com/70501374/210165654-53655b48-e979-4d55-999b-aec199591eb3.png)