Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
billilge
/
stream-server
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Feat/#5] JWT 기반 인증 필터 구현
- #6
#6
Open
tnals0924
wants to merge 13 commits into
main
billilge/stream-server:main
from
feat/#5-jwt-auth-filter
billilge/stream-server:feat/#5-jwt-auth-filter
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
[Feat/#5] JWT 기반 인증 필터 구현
#6
tnals0924
wants to merge 13 commits into
main
billilge/stream-server:main
from
feat/#5-jwt-auth-filter
billilge/stream-server:feat/#5-jwt-auth-filter
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
feat: core:common 인증 추상 추가
tnals0924
committed
4f1dda4
View commit details
Copy full SHA for 4f1dda4
Browse repository at this point
chore: JWT 설정 바인딩 골격 추가
tnals0924
committed
a4d0e15
View commit details
Copy full SHA for a4d0e15
Browse repository at this point
feat: JWT 토큰 발급·파싱 JwtProvider 추가
tnals0924
committed
6a4012b
View commit details
Copy full SHA for 6a4012b
Browse repository at this point
feat: JWT 인증 필터와 PrincipalProvider 구현 추가
tnals0924
committed
e7f25de
View commit details
Copy full SHA for e7f25de
Browse repository at this point
feat: SecurityConfig 추가로 JWT 인증 체인 구성
tnals0924
committed
4c2449d
View commit details
Copy full SHA for 4c2449d
Browse repository at this point
refactor: 인증 클래스에 Lombok·정적 팩토리 적용
tnals0924
committed
70a0540
View commit details
Copy full SHA for 70a0540
Browse repository at this point
docs: 정적 팩토리·Lombok 사용 규칙 추가
tnals0924
committed
0b0f836
View commit details
Copy full SHA for 0b0f836
Browse repository at this point
refactor: MemberJpaEntity 생성을 정적 팩토리로 변경
tnals0924
committed
691d944
View commit details
Copy full SHA for 691d944
Browse repository at this point
refactor: SecurityConfig 생성자 주입을 @RequiredArgsConstructor로 변경
tnals0924
committed
c355cc7
View commit details
Copy full SHA for c355cc7
Browse repository at this point
refactor: 인증 실패 응답 처리를 EntryPoint·AccessDeniedHandler 클래스로 분리
tnals0924
committed
a42acd4
View commit details
Copy full SHA for a42acd4
Browse repository at this point
chore: .gitignore에 계획 문서 경로 추가
tnals0924
committed
a1f1de9
View commit details
Copy full SHA for a1f1de9
Browse repository at this point
refactor: JwtAuthFilter 예외 처리를 SecurityConfig 인증 실패 경로로 이관
tnals0924
committed
4e4ca78
View commit details
Copy full SHA for 4e4ca78
Browse repository at this point
refactor: 공개 엔드포인트를 PublicEndpoints로 분리
tnals0924
committed
fb7d351
View commit details
Copy full SHA for fb7d351
Browse repository at this point
You can’t perform that action at this time.