I would like to know what is the best way to manage tokens in oauth_access_tokens tables of Laravel passport when logout users from API call?
Currently I have only set 8 hours expiration for the token, and keep all the tokens there.
Thanks for your help.