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 |
Tags
- java
- 백준 16719
- 백준 16235
- 백준
- 파이썬
- 백준 17779
- 프로래머스
- Kotlin
- Spring
- JPA
- 프로그래머스
- spring oauth
- spring security
- JVM
- 백준 파이썬
- 백준 15685
- re.split
- 웹어플리케이션 서버
- 백준 19238
- Coroutine
- MSA
- sql 기술면접
- MySQL
- 백준 16236
- springboot
- java 기술면접
- Spring Boot
- spring cloud
- with recursive
- 백준 17626
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