webfox / laravel-xero-oauth2

A Laravel integration for Xero using the Oauth 2.0 spec
MIT License
50 stars 32 forks source link

Filestore doesn't have a forget() method #31

Closed bumperbox closed 4 years ago

bumperbox commented 4 years ago

Thanks for implementing the FileStore interface Just wondering if the the removal of the forget() method was intentional?

hailwood commented 4 years ago

Open to a PR on the interface and both stores to add it.

While it's technically a B.C. change, I think we'll release it as v 2.1.0 instead of v3.0.0.

hailwood commented 4 years ago

Closing this issue due to inactivity, but still open to a PR if you require this functionality.