Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- react forwardRef
- Javascript
- springbatch chunk
- Spring CORS
- react link
- javascript 함수
- react Quill
- 코드 중복제거
- javascript 기초
- Spring Controller return
- springbatch
- Docker Windows 설치
- JPA Update\
- JPA Insert
- step 테이블
- Spring JPA
- react Page
- Spring Entity
- react jsx if
- spring security
- editor Quill
- react quill custom
- react react-router-dom v6
- spring builder
- spring
- 텍스트가 많은 경우
- Spring DTO
- SpringBatch 스키마
- react
- javascrpit 기초
Archives
- Today
- Total
목록jwt (1)
천천히 알아보는 코딩공부
[Spring] JPA + Security + jwt 방식 (1) 개념 설명
Spring Security Spring 기반의 애플리케이션의 보안(인증과 권한, 인가 등)을 담당하는 스프링 하위 프레임워크다. Spring Security는 인증과 권한에 대한 부분을 Filter 흐름에 따라 처리하고 있다. Filter는 Dispatcher Servlet으로 가기 전에 적용되므로 가장 먼저 URL 요청을 받지만, Interceptor는 Dispatcher와 Controller 사이에 위치한다는 점에서 적용 시기의 차이가 있다. Spring Security는 보안과 관련해서 체계적으로 많은 옵션을 제공해준다. [ 인증(Authentication)과 인가(Authorization) ] - 인증(Authentication): 해당 사용자가 본인이 맞는지를 확인하는 절차 - 인가(Autho..
Java/SpringBoot
2023. 2. 9. 11:18