SimpleJWT returns different access and refresh token each time
Advertisements So, I have a django project, and have added JWT authentication. The problem is that each time I use TokenObtainPairView with the same credentials I get different access and refresh tokens. Is this the default behavior, as I have not changed anything in the settings? Is there a way to get the previous token… Read More SimpleJWT returns different access and refresh token each time