rburgst / okhttp-digest

a digest authenticator for okhttp
Apache License 2.0
191 stars 42 forks source link

BasicAuthenticator should support a credentials lookup #51

Closed yschimke closed 4 years ago

yschimke commented 6 years ago

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.

rburgst commented 6 years ago

can you detail your idea further or submit a PR?

yschimke commented 6 years ago

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.