왜 '익명'이스프링 시큐리티에서 인증된 사용자? 이것은 제 메인컨트롤러입니다. package org.demian.demibox.controllers; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; @Controlle..