swsnu / swpp18-team1

Before Sunrise : Volatile Chat Service Based on Location
4 stars 1 forks source link

Fix jwt #22

Closed ghost closed 5 years ago

ghost commented 5 years ago
  1. Header에 jwt 토큰이 있는지 확인하는 로직 수정(response를 만드는게 아니라 Exception을 만들도록)
  2. Creat Channel, Get Channel Messages API에 토큰확인 로직 추가

https://medium.com/python-pandemonium/json-web-token-based-authentication-in-django-b6dcfa42a332 를 참고해서 작성했습니다.