codestates / codestates/Donorticon
[Dev Log] Token 관련
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
*오늘은 어떻게 프로젝트에 기여했나요?*
refresh token 로직 작성
mypage password check 로직 변경
helper 및 비로그인 회원 기부하기 버튼 클릭시 모달 팝업
지도 api 마커 추가
*오늘의 프로젝트에서 힘든 점은 무엇인가요?*
- mypage password check 로직이 완벽하지는 않다 회원 가입 버튼을 눌렀을 때 비밀번호가 다르다면 확인 란에만 에러가 떠야 하지만
비밀 번호 입력 란에도 에러가 함께 나타난다. 초반 코드 구현시 너무 많은 것을 컴포넌트화 해서 생기는 문제이다.
- refresh token를 쿠키에 저장하기 위해선 https 서버 및 https client가 꼭 필요한데 aws route 53만으로 쿠키가 작동할지 의문이다
만약 route53만으로 쿠키 작동이 안된다면 refresh token을 DB에 저장하는 방식도 생각해 봐야할 것 같다
추가로 token에 꼭 많은 정보를 담아야 하는지 의문이다. 어차피 token으로는 user_type과 id 를 얻어내는 정도가 전부인데 추후 수정이 필요할 것으로 보인다.
*내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?*
- [ ] refreshToken 관련 회의 및 코드 구현
- [ ] 임의 페이지 이동 막기
Contributor guide
No contributing guide indexed for this repository
Research direction
The log mentions refresh-token logic, mypage password checking, helper and guest donation modals, map markers, and route protection, but names no files or tests. Start by clarifying which item is in scope and the expected behavior; done should be defined with a reproducible check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100