I tested it in postman and received an error similar to
The problem was that the token was large because my custom claim was too large.
I fixed it by cleaning it and deleting redundant data.
I tested it in postman and received an error similar to
The problem was that the token was large because my custom claim was too large.
I fixed it by cleaning it and deleting redundant data.