Safe storage of app secrets for Blazor Webassembly app #23616
Unanswered
jesusarockias
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am searching on the way for safe storage of app secrets in blazor webassembly application. We can find details for Server Side application as in below MSDN documentation.
https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1&tabs=windows
How can we use these kind of secrets for Blazor WebAssembly application which completely runs in client browser?
My basic scenario is, need to keep the passwords, product key (licensing key) information out of application code. For example, we load license inside the static main method of Program.cs.
I have searched in documentation of blazor and not able to find any details for this. Please help me to find the recommended way resolving this in Blazor webassembly.
(for server-side, we have variety of option but for client-side what might be the recommended way)
Beta Was this translation helpful? Give feedback.
All reactions