uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
whatsjet-saas
/
Source
/
config
/
yes-token-auth.php
/
/
<?php return [ /* |-------------------------------------------------------------------------- | Yes Token Auth |-------------------------------------------------------------------------- | | Manage your token auth configurations | */ 'refresh_after' => 60 * 50, // 5 mins 'expiration' => 60 * 60 * 3 * 50, // 3 hours 'refresh_after_for_mobile_app' => 24 * 60 * 60 * 7, // 5 mins 'expiration_for_mobile_app' => 24 * 60 * 60 * 10, // 3 hours 'verify_user_agent' => true, // whatever to cross check user agent 'verify_ip_address' => false, // whatever to cross check ip address 'token_registry' => [ 'enabled' => false, 'schema' => [ 'jti' => '_uid', 'jwt_token' => 'jwt_token', 'uaid' => 'user_authorities__id', 'ip_address' => 'ip_address', 'expiry_at' => 'expiry_at', ], ], 'routes_via_url' => [], 'routes_via_input' => [], ];
/home/users/unlimited/www/whatsjet-saas/Source/config/yes-token-auth.php