Open Sajeyks opened 2 years ago
@jezdez @matthiask @com4 @xrmx Is there a fix to this issue?
We don't support MongoDB. We have a primary key field that is explicitly set as id = models.BigAutoField(primary_key=True, serialize=False)
, so maybe you could try swapping somehow
I am using MongoDB and SimpleJWT in DjangoREST to authenticate and authorize users. After the first user logs in, everything seems okay and their refresh token is added to the Outstanding token table. But when I try to log in as a second user, I get the below error:
MongoDB seems to have a problem inserting the token for the second user in the outstanding table. How can I fix this?
I really appreciate any help you can provide.