Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Allowing different credential storage methods (Google) #2

Open
newt0ns opened this issue Sep 5, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@newt0ns
Copy link

newt0ns commented Sep 5, 2019

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!

@a-patel
Copy link
Owner

a-patel commented Sep 7, 2019

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 a-patel added the enhancement New feature or request label Sep 7, 2019
@a-patel a-patel self-assigned this Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants