rburgst/okhttp-digest

BasicAuthenticator should support a credentials lookup

yschimke opened this issue · 2 comments

i.e. when the client is used to connect to multiple backends. This is possible by replacing the BasicAuthenticator, but this duplicates functionality e.g. terminating after a unsuccessful request.

can you detail your idea further or submit a PR?

Yep, I'll post a link when it's ready. FWIW I've forked your library (which is great), so I can selfishly work in Kotlin.