CodeIgniter-JWT-Sample icon indicating copy to clipboard operation
CodeIgniter-JWT-Sample copied to clipboard

Domain exception while decoding token

Open iambasilk opened this issue 6 years ago • 3 comments

I am getting domain whlile decoding token. {"status":false,"error":{"classname":"DomainException","message":"Unexpected control character found"}}

iambasilk avatar Jan 22 '19 05:01 iambasilk

I'm getting same error

mubaris avatar Feb 07 '19 09:02 mubaris

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?

ParitoshVaidya avatar Feb 11 '19 10:02 ParitoshVaidya

I got the same error but i removed bearer part from my curl request. Then i got response as {"id":"1"} ; :)

dushdeseram avatar Jun 02 '19 06:06 dushdeseram