Files
2022-09-29 14:32:58 +08:00

7 lines
154 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$config['jwt_key'] = 'yourjwtkey4CITutorial';
$config['jwt_algorithm'] = 'HS256';