Skip to content

[#11] feat: JWT 토큰 발급/검증/갱신 구현#52

Merged
JeongFriedEgg merged 5 commits intodevfrom
feat/11
Mar 27, 2026
Merged

[#11] feat: JWT 토큰 발급/검증/갱신 구현#52
JeongFriedEgg merged 5 commits intodevfrom
feat/11

Conversation

@JeongFriedEgg
Copy link
Copy Markdown
Collaborator

작업 내용

  • JWT 인증 시스템 구현 (Access/Refresh Token)

변경 사항

  • JwtTokenProvider, JwtAuthenticationFilter
  • SecurityConfig
  • POST /auth/refresh API

테스트

  • 토큰 생성/검증/만료 단위 테스트
  • 토큰 재발급 API 통합 테스트

closes #11

@JeongFriedEgg JeongFriedEgg self-assigned this Mar 27, 2026
@JeongFriedEgg JeongFriedEgg added the enhancement New feature or request label Mar 27, 2026
@JeongFriedEgg JeongFriedEgg changed the title feat: JWT 토큰 발급/검증/갱신 구현 [#11] feat: JWT 토큰 발급/검증/갱신 구현 Mar 27, 2026
@JeongFriedEgg JeongFriedEgg merged commit db497ce into dev Mar 27, 2026
1 check passed
@JeongFriedEgg JeongFriedEgg deleted the feat/11 branch March 29, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BE] JWT 토큰 발급/검증 구현

1 participant