vainu-arto
vainu-arto
The case for a nullable EmbeddedDocumentField was handled in commit d1543516e841, but the other two branches (EmbeddedDocumentList and DictField) need this handling as well. Add a test for EmbeddedDocumentList and...
Use the full path to the token class in `jwt_token_class_name` so that customized implementations (which are fully supported by djangorestframework-simplejwt) can be used without needing to override the serializer `get_token_instance()`...
Listing all possible protocols (or even all of the ones that make sense) would be impossible, and I'd expect it to run very slowly as well. Use a simple regex...
Removed in DRF version 3.14.0.
The token blacklisting itself works without this (the OutstandingToken object will be created when adding a token to the blacklist), but the list of outstanding tokens would very quickly get...