microsoft / AuthJanitor

Manage the lifecycle of application tokens, keys, and secrets in Azure
https://www.authjanitor.com
MIT License
45 stars 17 forks source link

Testability: Separate services from API hosts #72

Closed ericmaino closed 4 years ago

ericmaino commented 4 years ago

Services are designed to be hosted within functions and ASP.NET API services today. The tight coupling here makes testability difficult and also locks each service into the hosting choices that have already been made.

anthturner commented 4 years ago

This was completed in #74