webfox / laravel-xero-oauth2

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

[6.x] Create an Abstract `Oauth2CredentialManagers` Store #107

Closed JamesFreeman closed 1 month ago

JamesFreeman commented 3 months ago

When creating tests, I noticed there's a lot of duplication in logic, I propose we create a BaseStore which can be extended by users and the base package.