Re: e React and Django auth

2022-08-26 Thread Adebileje Nurudeen
Hello... Have you seen someone that can put you through or help you out on the bugs you're facing?? If not, then I am assuring you that I can proffer to the problem and as well give details on how you'll solve it in case of next time... You can message me through my mail lordnar...@gmail.com if

Re: e React and Django auth

2022-08-26 Thread Hubert Kanyamahanga
Hi Ade, First of all, you will need to implement the authentication in your backend with drf and this https://django-rest-framework-simplejwt.readthedocs.io/en/latest/getting_started.html module will do almost everything for you. Then after you can look at how to consume your API with ReactJs. Le