justicenyaga / django_react_auth_system

This repo implements a fully function Authentication system. The system has support for email/password authentication and social authentication (Google & Facebook)

Home Page:https://justicenyaga.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live demo 401 (Unauthorized)

KongenAvKjelsaas100 opened this issue · comments

Got this at login: api.js:17
POST https://justicenyaga.pythonanywhere.com/auth/jwt/create/ 401 (Unauthorized)

I can't seem to be able to reproduce this. It's working as expected on my side. That endpoint takes an email and a password and returns token pairs.