Skip to content

Language Learning Quiz

Based on: Spring Boot 인증 실전 가이드 — 세션, JWT, SecurityContext, 쿠키 기반 인증 완전 정복

Do you know this expression?

SecurityContext
보안 컨텍스트

인증된 사용자의 Authentication 객체를 스레드 로컬에 저장하여, 요청 처리 과정 전반에서 현재 사용자 정보에 접근할 수 있게 하는 저장소입니다.

Tap to flip