ckan / ckanext-googleanalytics

CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
GNU Affero General Public License v3.0
35 stars 81 forks source link

Use google service account instead of temporary tokens #26

Closed smotornyuk closed 7 years ago

smotornyuk commented 7 years ago

I just updated authentication flow using features invented by Google. No credentials file can be configured once and used constantly without generating additional tokens. I think, that it more usable and this change solves this problem. Any suggestions or objections?