Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 392 Bytes

Django Authentication Api

This is the demonstration of how to setup authentication using Django and DjangoRestFramework

image

Endpoints

setup and try auth endpoints

Login

http://[localhost:8000]/api/auth/login/

Register

http://[localhost:8000]/api/auth/register/