Re: Custom token based authentication in Django rest framework

2019-05-02 Thread Shubham Joshi
okay , I will go through it, Thanks a lot On Thu, May 2, 2019 at 3:10 PM Daviddd wrote: > I would suggest to have a look at: > https://getblimp.github.io/django-rest-framework-jwt/ > > D > > Il giorno giovedì 2 maggio 2019 11:34:32 UTC+2, Shubham Joshi ha scritto: >> >> I have created a token

Re: Custom token based authentication in Django rest framework

2019-05-02 Thread Daviddd
I would suggest to have a look at: https://getblimp.github.io/django-rest-framework-jwt/ D Il giorno giovedì 2 maggio 2019 11:34:32 UTC+2, Shubham Joshi ha scritto: > > I have created a token based custom authentication, in which after > registration, the token is generated, now whats the next

Custom token based authentication in Django rest framework

2019-05-02 Thread Shubham Joshi
I have created a token based custom authentication, in which after registration, the token is generated, now whats the next step, how can I consume the token to the frontend? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from