profile
좋은 개발자란?
post-thumbnail

spring security 처음 시작하기 - (1/n)

스프링 시큐리티란 ? > 아키텍처 클라이언트의 요청이 들어오면 HttpServletRequest, HttpServletResponse 생성 FilterChain 을 탄다 DelegatingFilterProxy 서블릿 컨테이너와 ApplicationContext를

2022년 12월 13일
·
0개의 댓글
·
post-thumbnail

spring security jwt 사용하기(access token, refresh token)

로그인시 jwt를 사용해서 인증과정을 구현해보려고 합니다. jwt 발급 및 검증 과정을 spring의 filter 레벨에서 구현하기 위해 spring security를 사용했습니다. 그리고 jwt의 access token과 더블어 refresh token까지 사용해서

2022년 3월 5일
·
1개의 댓글
·