-
Notifications
You must be signed in to change notification settings - Fork 0
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
Public 데코레이터 추가 및 GetUser데코레이터 Failover처리 수정 #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생했어!! 👍
LGTM~ |
* 특정 Route에 대해 Public을 허용할 수 있게 하기 위해 사용합니다. | ||
*/ | ||
|
||
export const PublicRouteToken = 'public-route'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
크게 상관은 없지만 요거 Symbol로 처리하는 게 좀 더 확실할 거 같은데 어때?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
적용 완료! Commit
PR 내용
추가 및 변경 사항
@Public()
데코레이터 추가@GetUser
데코레이터 Failover처리@GetUser
에서 인증이 되지 않은 상태로 사용자 ID 호출 시도시 예외 반환하도록 수정PR 중점사항
스크린샷