DRF JWT Authentication

Summary: In this tutorial, you will learn to implement JSON Web Token (JWT) authentication in Django rest framework with the help of the examples. What is Token Authentication? Token authentication…

0 Comments

DRF Token Authentication

Summary: In this tutorial, you will learn what is token authentication and how you can implement it in Django Rest Framework (DRF). What is Token Authentication? Token authentication is a…

0 Comments

AbstractUser vs AbstractBaseUser [Django]

Summary: In this tutorial, you will learn the difference between AbstractUser and AbstractBaseUser classes in Django. What are AbstractUser and AbstractBaseUser? AbstractUser and AbstractBaseUser are both classes provided by Django…

1 Comment

What is !! in JavaScript?

Summary: In this tutorial, you will learn about !! (not not) operator in JavaScript. You will also learn when and how to use it in your JavaScript code. !! Operator…

0 Comments