Skip to content

Commit

Permalink
Merge pull request #116 from yooonwodyd/weekly
Browse files Browse the repository at this point in the history
refactor:[#84]- refact Security
  • Loading branch information
yooonwodyd authored Nov 15, 2024
2 parents b505617 + b6ee0b1 commit 0506693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
http.csrf(AbstractHttpConfigurer::disable);
http.sessionManagement((session) -> session
.sessionCreationPolicy(SessionCreationPolicy.STATELESS));

http.cors(AbstractHttpConfigurer::disable);
http.authorizeHttpRequests((authorize) ->
authorize
.requestMatchers(
Expand Down

0 comments on commit 0506693

Please sign in to comment.