Moong-glE / my-community-backend

my-community-backend (Django)
3 stars 5 forks source link

feat: Implement sign in and sign up #53

Closed pingoo33 closed 4 years ago

pingoo33 commented 4 years ago

Function description

feat: Implement sign in and sign up

Code description

Briefly explain your code and technical solution

Related Issue

None

Checklist

pingoo33 commented 4 years ago

travis 실패는 lint 문제입니다! (후에 수정하도록 하겠습니다.)

우선 user의 가입과 로그인을 view, serializer, manager로 나누어 구현했습니다. 이게 맞는지 확실하지 않아 많은 리뷰 부탁드립니다. :(

hea9549 commented 4 years ago

jwt handler쪽도 jwt_serializer 쪽 검색해보면 한번에 처리해주는게 있어여 sign_in.py , sign_up.py 도 auth.py로 하나 파일로 통일후 함수 두개로 처리해주세요 너무 세분화된 것 같아요!