Ehsan-org / ASP.NET-FirstProject

1 stars 0 forks source link

What is User Secret ? (M) #42

Open ehsan-nadernezhad opened 3 hours ago

ehsan-nadernezhad commented 3 hours ago

when you share your project with others this secret information also will be shared. How can we prevent this?

A feature in ASP.NET Core named User Secrets allows you to store user secrets outside your project tree in a JSON file, and can even be managed using a command-line tool called the Secrets Manager. This article talks about how you can work with the User Secrets API in ASP.NET Core.