pratiksinghchauhan / django_react_socialauth

Handle social login with react and Django
MIT License
36 stars 11 forks source link

JWT authentication #2

Open rick020 opened 3 years ago

rick020 commented 3 years ago

Can you also incorporate JWT authentication? I want to do something similar, but I'm using JWT as authentication.

pratiksinghchauhan commented 3 years ago

Thanks, Rick, do you need a JWT + Social Authentication or just JWT authentication using Django?

patilkrunal commented 3 years ago

@pratiksinghchauhan Can you please upload simple project similar to this with basic authentication using social auth with JWT using allauth library. And handle all logins in backend in django and use reactjs mainly for sending post requests to backend with all logic handled by django itself. React mainly for UI only & rendering the forms.

rick020 commented 3 years ago

Thanks, Rick, do you need a JWT + Social Authentication or just JWT authentication using Django?

JWT + Social Authentication would be very useful.

pratiksinghchauhan commented 3 years ago

If I have time in the near future, I would surely do it.