adshin21

Results 2 issues of adshin21

So, I'was using `rest_framework_simplejwt` for jwt auth in my project, with a custom `TokenObtainPairSerializer` to extend the support of creating token with `email & password` also. Here is the serializer...