django_react_socialauth
django_react_socialauth copied to clipboard
JWT authentication
Can you also incorporate JWT authentication? I want to do something similar, but I'm using JWT as authentication.
Thanks, Rick, do you need a JWT + Social Authentication or just JWT authentication using Django?
@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.
Thanks, Rick, do you need a JWT + Social Authentication or just JWT authentication using Django?
JWT + Social Authentication would be very useful.
If I have time in the near future, I would surely do it.