Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue/21 ✨ Feat : spring security 설정 추가 #22

Merged
merged 2 commits into from
Sep 17, 2023
Merged

Conversation

CYY1007
Copy link
Member

@CYY1007 CYY1007 commented Sep 16, 2023

🚀 개요

스프링 시큐리티 설정

🔍 변경사항

  • 변경사항 1

😇 security package 추가

/config
/JwtSecurityConfig
/SecurityConfig
/filter
/JwtRequestFilter
/handler
/JwtAccessDeniedHandler
/JwtAuthenticationEntryPoint
/JwtAuthenticationExceptionHandler
/provider
/TokenProvider

  • 변경사항 2

😇 exception package 추가

  • 변경사항 3

bulid.gradle 의존성 추가

implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'

⏳ 작업 내용

  • 스프링 시큐리티 설정

📝 논의사항

@CYY1007 CYY1007 added the ✨ feature New feature or request label Sep 16, 2023
@CYY1007 CYY1007 self-assigned this Sep 16, 2023
@CYY1007 CYY1007 linked an issue Sep 16, 2023 that may be closed by this pull request
1 task
@swa07016 swa07016 merged commit e4aef8f into develop Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] 스프링 시큐리티 설정
2 participants