Skip to content

Feature #32 : SecurityConfig 추가#47

Merged
andrewkimswe merged 4 commits intodevelopfrom
feature/#32
Feb 7, 2025
Merged

Feature #32 : SecurityConfig 추가#47
andrewkimswe merged 4 commits intodevelopfrom
feature/#32

Conversation

@yeoeunn
Copy link
Collaborator

@yeoeunn yeoeunn commented Feb 7, 2025

개요

Spring Security를 설정하고 CORS 정책을 추가하는 SecurityConfig 클래스를 생성했습니다.
이 설정을 통해 프론트엔드와 백엔드 간의 원활한 통신을 가능하게 합니다.

변경 사항

  • Spring Security의 기본 보안 설정을 적용
  • CORS 허용 설정 추가 (http://localhost:3000, https://your-frontend-domain.com)
  • CSRF 보호 비활성화 (csrf().disable())
  • 모든 요청을 허용하도록 기본 설정 (.anyRequest().permitAll())

PR 유형

  • 새로운 기능 추가

PR Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다. (버그 수정/기능에 대한 테스트)

@yeoeunn yeoeunn requested a review from andrewkimswe February 7, 2025 11:58
@yeoeunn yeoeunn added the 📡 API API 관련 코드 작성 label Feb 7, 2025
@yeoeunn yeoeunn added this to the 📦 Backend Development milestone Feb 7, 2025
@yeoeunn yeoeunn linked an issue Feb 7, 2025 that may be closed by this pull request
3 tasks
@andrewkimswe andrewkimswe removed their assignment Feb 7, 2025
@andrewkimswe andrewkimswe added the ✨ feature 기능 개발 label Feb 7, 2025
Copy link
Member

@andrewkimswe andrewkimswe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop-ci 추가 요청

Copy link
Member

@andrewkimswe andrewkimswe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정 완료

@andrewkimswe andrewkimswe merged commit 4611a99 into develop Feb 7, 2025
1 check passed
@andrewkimswe andrewkimswe deleted the feature/#32 branch February 7, 2025 13:08
@andrewkimswe andrewkimswe changed the title feat #32 : SecurityConfig 추가 Feature #32 : SecurityConfig 추가 Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📡 API API 관련 코드 작성 ✨ feature 기능 개발

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

feat : AWS EC2 설정 및 백엔드 애플리케이션 배포

2 participants