55soup / 55soup/various-variable-name
🔐 로그인 시 비밀번호 은닉
- 主要语言
- TypeScript
- 星标
- 1
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
## 📃이슈내용
로그인 시 비밀번호 은닉
## 🏷상세내용
- JWT or Crypto로 비밀번호 저장
## ❗체크리스트
- [ ] ...
## 🔎래퍼런스
- [Node.js 해시값 계산](https://comocloud.tistory.com/187)
- [JWT로 로그인 유지](https://velog.io/@taemin4u/JWT%EB%A1%9C-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EB%B0%8F-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EC%9C%A0%EC%A7%80%ED%95%98%EA%B8%B0feat.-Next-JS)
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue mentions using JWT or Crypto for password storage, but does not specify current code location or what 'password hiding' means. Look for existing authentication logic, likely in API routes or middleware. Check if passwords are currently stored in plaintext and research secure hashing with bcrypt or similar. The provided references are in Korean and discuss JWT for login persistence and Node.js hash calculation.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- node.js, typescript
- 领域
- authentication, backend, security
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100