Skip to content

Commit

Permalink
feat : 로그아웃 후 세션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jul 8, 2024
1 parent 32f64ea commit 7d29b08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
.logout((logout) -> logout
.logoutUrl("/admin/logout")
.logoutSuccessUrl("/admin/home")
.invalidateHttpSession(true)
)
.httpBasic(AbstractHttpConfigurer::disable)
.sessionManagement(
Expand Down

0 comments on commit 7d29b08

Please sign in to comment.