LiteXStorage icon indicating copy to clipboard operation
LiteXStorage copied to clipboard

Feature request: Allowing different credential storage methods (Google)

Open newt0ns opened this issue 6 years ago • 1 comments

I am trying to use your library with google drive storage, however the only method to authenticate is through a plain text json file on the system. I'm currently extracting the json somewhere on the system, calling the service, then deleting the file.

Any chance of implementing some additional methods so that I can use some embedded/encrypted blobs that are loaded at runtime? Via the FromStream or FromJson methods in GoogleCredential.

Thank you!

newt0ns avatar Sep 05 '19 16:09 newt0ns

I recently added multiple provider support for LiteX.Storage.* packages. Currently, I am working on similar features for LiteX.Cache., LiteX.Email., LiteX.Sms., LiteX.DbHelper. packages.

I will definitely look into this after them.

a-patel avatar Sep 07 '19 13:09 a-patel