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

CodeIgniter JWT Sample

Results 4 CodeIgniter-JWT-Sample issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/40273435/102418364-7fe23280-3ff5-11eb-8a22-f499033c9922.png)

bug

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"}}`