codestates / codestates/MovieBox

로그인 백엔드 1

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### ISSUE
- Group: `server`
- Type: `feature`
- Detail: 로그인관련 서버 controller 구현

### TODO
1. [ ] 로그인 요청이 들어올 때 해당 데이터 데이터베이스에서 조회 기능 구현
2. [ ] 조회에 성공한 경우 해당 데이터의 비밀번호를 토큰화 구현
3. [ ] 해당 토큰과 이메일을 쿠키에 저장하고 password를 토큰으로 바꾼 userinfo를 보내는 함수 구현
4. [ ] 해당 토큰을 다시 원래 password로 변환하는 jsonwebtoekn의 verify 구현
5. [ ] 쿠키에 저장된 email과 변환된 password의 조건으로 데이터베이스 조회 기능 구현
6. [ ] 해당 userinfo를 응답으로 보내는 기능 구현

### Estimated time
> 3h
### `0.5h`
### `1h`
### `1.5h`
### `2h`
### `2.5h`
### `3h`

### Labels
- Estimated time: `E: 3h`
- Group : `server`
- Urgency: `Middle`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.