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
- 백준 파이썬
- 백준 16719
- 백준 17626
- 백준 19238
- MySQL
- re.split
- JPA
- Spring Boot
- 백준 15685
- JVM
- spring cloud
- spring oauth
- Coroutine
- java
- 백준 16236
- sql 기술면접
- with recursive
- MSA
- 프로래머스
- springboot
- 파이썬
- Spring
- 웹어플리케이션 서버
- 백준 16235
- Kotlin
- 프로그래머스
- 백준
- java 기술면접
- 백준 17779
- spring security
Archives
- Today
- Total
목록JWT (1)
시작이 반
jwt
Authentication 인증 : 로그인(spring security) -> jwt생성(유저정보로) -> SecurityContextHolder 인증객체 설정 Authorization 인가 : api 접근 -> jwt filter : 토큰 유효한지 확인 수행, 정상 수행 -> SecurityContextHolder에 인증 설정 Token Provider : 토큰의 생성, 토큰의 유효성 검증 등을 담당 Jwt filter : httpRequest 헤더에서 토큰을 가져와서 securityContextHolder에 저장 JwtSecuritConfig : Custom한 필터(JwtFilter)를 Security로직에 추가 JwtAuthenticationEntryPoint : 유효한 자격증명이 아니면 401에러..
Programming/Spring
2021. 12. 21. 18:57