You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: