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

[FEAT] createHashedId 함수 구현 #12

Closed
Hanna922 opened this issue Jan 31, 2024 · 0 comments · Fixed by #23
Closed

[FEAT] createHashedId 함수 구현 #12

Hanna922 opened this issue Jan 31, 2024 · 0 comments · Fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@Hanna922
Copy link
Member

Hanna922 commented Jan 31, 2024

ISSUE ✅ : createHashedId 함수 구현

📖 Summary

  • 로그인 사용자의 경우 userId, 비로그인 사용자의 경우 [FEAT] 비로그인 사용자를 위한 random string 생성 #11 의 random string 값을 받아 hash 값을 구합니다.
  • 로그인된 유저의 경우 {userId}@soongsil.ac.kr로 들어오기 때문에 {userId}만 보내야함 (사용처에서 userId 보내줌) - 숨쉴 영역
  • 닉네임 != userId , 닉네임 필드도 따로 존재 - 숨쉴 영역
  • 해싱의 경우 hashedId로 필드를 사용하며, 해시값을 사용합니다.
{
	"hashedId": "fedcba654321",
	"timestamp": "2023-12-07T10:31:00Z",
	"event": {
		"platform": "web",
		"screen": "DrawersDetail",
		"name": "SignUpButtonClicked"
	}
}

due date: 2/11

@Hanna922 Hanna922 added the enhancement New feature or request label Jan 31, 2024
@Hanna922 Hanna922 changed the title [FEAT] createUserId 함수 구현 [FEAT] createHashedId 함수 구현 Feb 5, 2024
@Hanna922 Hanna922 linked a pull request Feb 9, 2024 that will close this issue
1 task
Hanna922 added a commit that referenced this issue Feb 9, 2024
createRandomId, createHashedId 구현
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 a pull request may close this issue.

1 participant