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

Plugable backend for digest_client struct #36

Open
rsoletob opened this issue May 4, 2016 · 2 comments
Open

Plugable backend for digest_client struct #36

rsoletob opened this issue May 4, 2016 · 2 comments

Comments

@rsoletob
Copy link

rsoletob commented May 4, 2016

Hi,

I'm evaluating this lib to use it in our proyect. However, we have a distributed environment and we can't share these values across the nodes. Maybe a plugable backend like postgres would be a nice idea. What do you think?

PD: Thanks for your great work

@abbot
Copy link
Owner

abbot commented May 8, 2016

I'm not sure I understand what's missing from SecretProvider. You can roll your own SecretProvider using a database or anything else and plug it into BasicAuth or DigestAuth.

So, what is missing?

@rsoletob
Copy link
Author

rsoletob commented May 9, 2016

Our problem is DigestAuth struct that has a map with clients. This map is not available to store it in a database, so we can't share this data across the nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants