Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 235 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 235 Bytes

Requirements:

  1. django-rest-framework => pip install djangorestframework
  2. PyJWT => pip install PyJWT

API ENDPOINTS: 1./api/user/register/ 2./api/user/login/ 3./api/user/ 4./api/user/logout/

NOTE : JWT Authentication has been used