ci-secure-api icon indicating copy to clipboard operation
ci-secure-api copied to clipboard

Results 8 ci-secure-api issues
Sort by recently updated
recently updated
newest added

``` #JWT_TIME_TO_LIVE indicates the validity period of a signed JWT (in milliseconds) #JWT_TIME_TO_LIVE=3600 ``` In the env file the comment shows as above. But the JWT_TIME_TO_LIVE value is using seconds...

I need to replace jwt_helper.php with this: use App\Models\UserModel; use Config\Services; use Firebase\JWT\JWT; `use Firebase\JWT\Key; ` function getJWTFromRequest($authenticationHeader): string { if (is_null($authenticationHeader)) { //JWT is absent throw new Exception('Missing or...

this repository overcomplicated the mechanish.. all the real validation is don using helper input check event real class check over model.. this is done in the line https://github.com/yemiwebby/ci-secure-api/blob/85aa0da269c009791b2e55a35fe9aabee78a468c/app/Controllers/Auth.php#L53 using the...

Amigo, existe alguma configuração para fazer rodar essa API em hospedagem web compartilhada?

Refernce: https://www.twilio.com/blog/build-single-page-application-php-codeigniter-react When I am going with webpack bind the code, then its shows Error in Unexpected token, expected ", user/profile.js ![image](https://user-images.githubusercontent.com/11054811/117547437-40bc8880-b04d-11eb-81f3-eec8f862673e.png) Please do the needful

Hi I have this exception in Auth.php file Argument 1 passed to App\Controllers\BaseController::getRequestInput() must be an instance of App\Controllers\IncomingRequest, instance of CodeIgniter\HTTP\IncomingRequest given whene calling this $input = $this->getRequestInput($myRequest);

hi, Thank you for your codes, how to logout in this project? thanks

Hi, Thank you for your codes I tried to creat this ci-secure-api plus react as you wrote on Twilio Blog. I can assomplish the build by executing npx webpack and...