xmlsquad / xml-authoring-library

A place to put code that is reused by many commands which are part of the [xml-authoring-tools suite](https://github.com/forikal-uk/xml-authoring-tools).
Apache License 2.0
0 stars 0 forks source link

Todo: Consider using cache/filesystem to store auth tokens #2

Open forikal-uk opened 6 years ago

forikal-uk commented 6 years ago

When I ran a composer require for gsheet-to-xml (which I believe uses this library) I noticed that google/apiclient suggested a package which could be used for storing auth tokens: google/apiclient suggests installing cache/filesystem-adapter (For caching certs and tokens (using Google_Client::setCache))

So that might be a refactoring we could do in

xml-authoring-library/src/GoogleAPI/GoogleAPIClient.php