LitJWT icon indicating copy to clipboard operation
LitJWT copied to clipboard

EncodeAsObject

Open thebestgin opened this issue 11 months ago • 0 comments

I want to use a JWT as a plain C# object and not as string or base64 string.

Could you imagine implementing a function: encoder.EncodeAsObjecrt(...)

or encoder.EncodeAsJson(...) and decoder.DecodeFromJson(...)

thebestgin avatar Mar 19 '24 21:03 thebestgin