You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simple JWT document says we can customize token claims from TokenObtainPairSerializer -> get_token class method.
However, if we customize the token according to the above document and enable the blacklist app, the token stored in the OutstandingToken model is different. Because the BlacklistMixin -> for_user is executed before modifying the token.
If the tokens are different, it will be difficult in identifying the token while blacklisting.