i am still facing same issue before, the plugin does not validate token from database.
Application.php in cakephp 5 using authentication/authorization plugin for handing the login/logout
$service->loadIdentifier('Authentication.Token'); $service->loadAuthenticator('Authentication.Token', [ 'queryParam' => 'token', 'header' => 'Authorization', 'tokenPrefix' => 'Bearer' ]);
in my database table there is token_expiration field and token field even token_expire field but still does not invalidate token which one have already expired
i am still facing same issue before, the plugin does not validate token from database.
Application.php in cakephp 5 using authentication/authorization plugin for handing the login/logout
$service->loadIdentifier('Authentication.Token'); $service->loadAuthenticator('Authentication.Token', [ 'queryParam' => 'token', 'header' => 'Authorization', 'tokenPrefix' => 'Bearer' ]);in my database table there is token_expiration field and token field even token_expire field but still does not invalidate token which one have already expired