dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
654 stars 141 forks source link

Purge tokens generated by client_grant #44

Closed jonyw4 closed 4 years ago

jonyw4 commented 7 years ago

Hi there! First, thanks guys! This project saved a lot of my time. <3

In readme have a console command for purging expired tokens and I schedulle in my server, but i noticed that this command don't deleted the expired tokens of client_grant, which don't have refresh_token. So I made a contribution for make this too! It's in pull 45

That's all!