Tochukwu
Tochukwu
@Metal-Bat Can you please show some code examples? I don't really get what the problem is
@afanzaimoyu You can create your own token generation as shown [here](https://eadwincode.github.io/django-ninja-jwt/customizing_token_claims/)
@lanzclintonv Thanks for identifying this error. I am working on a fix for it now and it will be up soon.
@lanzclintonv try the new release [v5.3.1](https://github.com/eadwinCode/django-ninja-jwt/releases/tag/v5.3.1) and if that gets the problem solved, kindly close this issue.
@rjbullock Thanks for updating this. And I am very sorry for not replying when needed.
@peteratdemtec The method names are generated with `uuid` to avoid been overridden by extra endpoints that might be defined in the `ModelController`. Can you please provide more context to the...
I believe this resolved with the recent update
@wf-yamaday I will look at this and get back to you. Sorry for not attending to this earlier.
@wf-yamaday I have looked at this and seen that the problem is that ValidationError is initiated by `pydantic` library. And I have checked if there is a way to config...
@wf-yamaday Did you eventually have this issue resolved?