JWT Authentication

Django REST framework with JWT Authentication(part-3)

Django REST framework with JWT Authentication(part-1)  Django REST framework with JWT Authentication(part-2) So, this is the final round of this tutorial.....😁😁😁😁😁 Let create a JWT Authentication : helper file to create a token and authentic…

Django REST framework with JWT Authentication(part-2)

Django REST framework with JWT Authentication(part-1) GITHUB : CLICK ME   Hello Mates, we are here again for part 2, so what we do today? Register api view Login api view  Let's Start with register view: so we begin with serializers: What is da…

Django REST framework with JWT Authentication(part-1)

Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might want to use REST framework : The Web browsable API is a huge usability win for your developers. Authentication policies including packages f…

That is All