Skip to content

expired token still fetching data #11

@shaan100

Description

@shaan100

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions