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

fix: 로그인 과정 수정 및 전역 타입 설정 #80

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

myoungjinGo-FE
Copy link
Contributor

주요 수정사항

로그인시 useUserDetail 훅 사용 대신 직접 토큰을 파싱하도록 변경

types.d.ts 생성

  • types.d.ts : JWT 토큰 타입의 interface 가 두군데 이상 사용해서 공용 타입을 넣기위해 만들었습니다. 추후에 공용타입이 많아지면 파일이나 폴더를 세분화 하면 될거 같습니다.
d.ts 파일의 d는 “declaration”`을 의미합니다. 
이 파일은 타입 선언(Type Declaration)만 포함하는 TypeScript 파일로, 실제 JavaScript 코드가 아닌 타입 정의만 담고 있습니다.
d.ts 파일의 역할
- 타입 선언 전용: JavaScript로 컴파일되지 않고, TypeScript에서 타입 체크 및 자동 완성에 사용.
- 라이브러리 타입 제공: 외부 JavaScript 라이브러리(예: @types/* 패키지)나 프로젝트 내 전역 타입 선언을 위해 사용.
- 전역 선언 가능: 필요시 전역 인터페이스나 타입을 추가로 정의할 수도 있음.

@myoungjinGo-FE myoungjinGo-FE self-assigned this Dec 9, 2024
@myoungjinGo-FE myoungjinGo-FE merged commit 1a7fce3 into sprint/1 Dec 9, 2024
2 checks passed
@myoungjinGo-FE myoungjinGo-FE deleted the fix/signin branch December 9, 2024 06:41
Copy link

github-actions bot commented Dec 9, 2024

💄 Storybook: https://674ed57ea9f6bd66479b5aba-cbrbvitqyp.chromatic.com/
🕖 Update: 2024년 12월 09일 15시 42분 59초

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant