dusterio / lumen-passport

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

[FIX] Removing deprecated functionalities #135

Closed JuanDMeGon closed 4 years ago

JuanDMeGon commented 4 years ago

Passport 9 removed pruneRevokedTokens and prunePreviousTokens() causing errors when trying to use them REF

It looks like those calls can be removed without any problem at all.

JuanDMeGon commented 4 years ago

Thanks for merging. That was fast haha. It looks like we may need a new release for this. What do you think?

dusterio commented 4 years ago

@JuanDMeGon thanks for the PR, yup - I'm going to tag a new release shortly :)

JuanDMeGon commented 4 years ago

Awesome! Thank you so much for that. Best wishes :)