CodeIgniter-JWT-Sample
CodeIgniter-JWT-Sample copied to clipboard
CodeIgniter JWT Sample
Hi, I need help please! GET http://localhost/CodeIgniter-JWT-Sample/auth/token Error: CORS request rejected: http://localhost/CodeIgniter-JWT-Sample/auth/token Request Headers User-Agent: PostmanRuntime/7.26.9 Accept: */* Cache-Control: no-cache Postman-Token: 2dd347b8-e2e8-4632-9921-b42c15c12b7a 
I think Token Revoke when user logged out is necessary. Also Re-generate token / Override / Refresh token for more security
Is there anyone experienced this? $headers = $this->input->request_headers(); $token = $headers['Authorization']; returns truncated token. I print the $headers to see why I'm getting 401 status. Here's the result. _result of...
I am getting domain whlile decoding token. `{"status":false,"error":{"classname":"DomainException","message":"Unexpected control character found"}}`