I have installed SecureStore using nuget to use it in a couple of different asp.net and blazor applications.
I need a little clarification as to the secrets.key file.
Is this the correct process?
1. in an asp.net application store the secrets.json and secrets.key in the same folder - but not in wwwroot path,
2. in a blazor wasm app store the secrets.json file in the wwwroot path and have the user enter the password (or key) to decrypt secrets.json
3. do not push secrets.key to github
thanks
I need a little clarification as to the secrets.key file.
Is this the correct process?
1. in an asp.net application store the secrets.json and secrets.key in the same folder - but not in wwwroot path,
2. in a blazor wasm app store the secrets.json file in the wwwroot path and have the user enter the password (or key) to decrypt secrets.json
3. do not push secrets.key to github
thanks