In this video, we will learn how to store secrets for local development. Secrets are sensitive data, such as API keys, passwords, and database credentials. Storing secrets in plain text is a security risk, so it is important to store them securely.

Are you storing your connection strings or secret keys in your appsettings.json file? Are you aware of the dangers of doing this? Is there a better way?

In this video I explain how to use .NET’s Secret Manager to safely store your application secrets during local development.

#csharp  #dotnet  #aspnetcore 

Secure Your Local Development Environment with Secrets
1.00 GEEK