Is your feature request related to a problem? Please describe.
Blazor WebAssembly currently lacks comprehensive support for cryptographic operations using System.Security.Cryptography.X509Certificates. This limitation impacts how developers can use OneImlx.Terminal framework to validate JWT tokens within a client-side environment.
Describe the solution you'd like
Till native support for Blazor and X509Certificates is included we need to support JWT validation based on RSA.
Is your feature request related to a problem? Please describe. Blazor WebAssembly currently lacks comprehensive support for cryptographic operations using
System.Security.Cryptography.X509Certificates
. This limitation impacts how developers can useOneImlx.Terminal
framework to validate JWT tokens within a client-side environment.Describe the solution you'd like Till native support for Blazor and X509Certificates is included we need to support JWT validation based on RSA.