DEV Community

Discussion on: How to avoid storing secrets in ASP.NET source code

Collapse
 
atipparaju profile image
Atipparaju

Bradley, thanks for the article.
Is there any way we can use the user secrets created/stored in a common library across multiple projects in the same solution?
Here is the scenario:
Solution A has Projects AA, AB, AC and a Common Library (CL) project. AA, AB, AC are API projects. I have User Secrets in CL project which I want to access in AA, AB, AC at run time.