Skip to content

ienrum/soulware

Repository files navigation

구현 목록

  • thread crud 만들기
    • thread 생성
    • thread 조회
    • thread 수정
    • thread 삭제
  • postgresql 연동하기
  • 인증, 인가 구현하기
    1. 유저 service 구현 완료
    • findOne
    • create
    1. auth signin, signup 구현
    • signup
      • sign up 으로 username, password 받고
      • password 를 해싱해서 user table 에 저장
    • signin
      • signin 시 유저 table의 password 로 검증하고
      • jwt 로 반환 (refresh, access)
      • http only 설정
    1. 인가 구현
    • 쓰기
      • auth guard 로 jwt 가 있는지 확인 후 수행
    • 삭제,업데이트
      • 인증 된 사용자만 수정 삭제 버튼 나타나게
      • auth guard 로 jwt 키에서 userId를 추출해서, 해당 유저인지 확인하고 맞으면 수행 아니면 401
  • docker-compose로 postgresql, backend, frontend 연동하기

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published