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

[7주차] 기본과제 제출 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[7주차] 기본과제 제출 #4

wants to merge 1 commit into from

Conversation

leGit-y
Copy link
Contributor

@leGit-y leGit-y commented Dec 2, 2022

SERVER PR

🐕 과제 구현 명세

[6주차]

  • JWT(jsonwebtoken) 사용하여 회원가입, 로그인 구현
  • JWT인증 타입으로는 Bearer 사용
  • Auth 미들웨어 생성
  • express-validator라는 미들웨어 설치하여 사용
    (클라이언트에서 꼭 받아야 하는 데이터를 체크, 정해준 규칙을 잘 따랐는지 체크해주는 역할)
  • bcrypt.js 설치하여 사용
    (비밀번호를 암호화하여 저장해주는 역할)
  • 기존 비구조화 할당 방식 -> DTO의 형태로

[7주차]

  • multer를 이용하여 이미지 업로드
  • 이름으로 유저 조회 ( query )
  • 이름 + 옵션으로 유저 조회 ( query with option)
  • 조회 시 페이지네이션

🐥 이런 점이 새로웠어요

  • 미들웨어 개념

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

Successfully merging this pull request may close these issues.

1 participant