Thankyou very much. You can also comment your requirement in the django
@vivekascoder4 жыл бұрын
@@thecodrammers I am a beginner in django can you tell me that is is mandatory to use the knoxtoken instead of the TokenAuthentication of rest framework. Since we're creating a custom user model then is it necessary?
@vivekascoder4 жыл бұрын
@@thecodrammers I have another question let's say if we implemented TokenAuthentication with rest framework and a unique token is generated for a user but let's the user now change his password but the token will be still same how can i change, since it is a primarykey field that means we can't overwrite it but the one possible solution that i think of is to delete the token for that user and create it again, but will that be a right approach for this question??
@thecodrammers4 жыл бұрын
@@vivekascoder It's not necessary. But Knox provides easy to use authentication. Either it is a small or the other, I prefer using Knox because it ensures connections remain secure. But it's not necessary to use it.
@vivekascoder4 жыл бұрын
@@thecodrammers And the last one is, when using the token authentication is it necessary to call the login function from djano.contrib.auth because we can just get the token once the user signed in and can send it into the header.
@ebinkantony80214 жыл бұрын
When will be your next videos??Part 3?
@thecodrammers4 жыл бұрын
It would take time as I am busy in some other projects. Sorry for the inconvenience
@ebinkantony80214 жыл бұрын
Showing this site cannot provide a secure connection
@thecodrammers4 жыл бұрын
I have showed that also in the video. Open localhost: instead of 127......
@thecodrammers4 жыл бұрын
It's because, 127.0.0.1:8000 isn't a secured connection
@ebinkantony80214 жыл бұрын
I used localhost and showing same
@thecodrammers4 жыл бұрын
Please watch video once again and try to do it again. Or Hard refresh the page.