Hi,
I am now a co-maintainer. I plan to separate out the authentication and the google drive functionality, Authentication should be done by Google Api Client
Google Api Client will handle all authentication problems and we handle only the drive integration in droogle. I am planning to make these changes in 8.x-3.x branch.
1) Add one more config variable for Google Api Client id, (we don't need previous variables and I plan to remove them, etc).
2) When user enter details like client id, client secret we create one Google Api Client account and save the account id in new variable.
3) Give option to user to authenticate the account and Google Api Client with save the access token, etc which can then be used for calling apis.
The first version will support what is supported by the 8.x-2.x version, later we can add more features like end user authentication and saving the token using GAuth User account which is in progress. Previously it was a part of single module GAuth now it's separated out in drupal 8.
Would like to get your inputs and help in making this happen.
Thanks,
Sadashiv.
Comments