CodeIgniter-JWT-Sample
CodeIgniter-JWT-Sample copied to clipboard
Domain exception while decoding token
I am getting domain whlile decoding token.
{"status":false,"error":{"classname":"DomainException","message":"Unexpected control character found"}}
I'm getting same error
Can you please check if the generated token contains any special character.
Also can you forward me steps to reproduce the issue with sample data / token?
I got the same error but i removed bearer part from my curl request. Then i got response as {"id":"1"} ; :)