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. Let me know if you have any questions on the API side.
On Fri, 26 Aug 2022 at 11:41, Adebileje Nurudeen <[email protected]> wrote: > 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 > [email protected] > > if this is sounds good to you > > Thanks > Nurudeen > > On Thu, Aug 25, 2022, 8:03 PM Aman Stark <[email protected] wrote: > >> Can we use 2-3 level of primary key like . (1/1 , 1/2 , 1/3 ) , >> (2/1,2/2,2/3) . >> >> >> On Wednesday, 24 August 2022 at 19:24:23 UTC+5:30 [email protected] >> wrote: >> >>> Hello everyone, >>> I want to create a user authentication app using ReactJS and django. But >>> facing problems in authenticating with the jsonwebtokens in ReactJS. Can >>> anybody provide correct guide of implementing DjangoRestFramework >>> simple-jwt and ReactJS jet ? >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/a555f04d-b312-4626-9bfc-1b46c6826d5cn%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/a555f04d-b312-4626-9bfc-1b46c6826d5cn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAOfwBViQaPHBbQPSKUh4U5cvonapjFrsMpNP9uEtp%2BAJLj_%2BdA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAOfwBViQaPHBbQPSKUh4U5cvonapjFrsMpNP9uEtp%2BAJLj_%2BdA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJ%2B9Qud%2BWVBdX2CHgv_uU92RT%3DG69bRV1Xo0LjvsD_ufKfc9EA%40mail.gmail.com.

