sdcote / loader

Component loader for 12-factor apps and embedded JREs.
MIT License
2 stars 1 forks source link

ENH: Enable Multiple Auth Types in AuthProvider #6

Open sdcote opened 7 years ago

sdcote commented 7 years ago

Currently, only basic auth is supported in the GenericAuthProvider. Add support for at least API keys and possibly Digest authentication.