joindin/joindin-api

Token expiry does not seem to run

Closed this issue · 2 comments

Can someone check the values in src/config.php and check the web2 token is correctly there. There are loads of tokens open for me currently eg

image

They should be removed by the job which runs on login

Part the person is looking for

'oauth' => array(
'expirable_client_ids' => array(
// some clients, (e.g. web2) do not hold onto their token after the
// user logs out of the client, so we can expire their old tokens.
'web2',
),
),

Web2 should be in there. If it is in there the issue is likely dB permissions as there is no error handling

This issue has been hanging around a bit too long, if needed please update or comment.