Is your feature request related to a problem? Please describe.
Not related to a problem, new feature to minimize allocations.
Describe the solution you'd like
A new overload for the CanReadToken method that accepts ReadOnlySpan<char> similar to
|
public JsonWebToken(ReadOnlyMemory<char> encodedTokenMemory) |
Describe alternatives you've considered
None
Additional context
None