We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I decode the token, I get back a payload that's a Dictionary<string, object>. When would the value ever not be of type JsonElement?
JsonElement
The text was updated successfully, but these errors were encountered:
With the change from System.Text.Json it seems to be always the case unless you use a custom IJsonSerializer.
Sorry, something went wrong.
Can we type it as such then to make things easier?
I would have to take a look into in a spare time, but feel free to propose the change in a PR
No branches or pull requests
When I decode the token, I get back a payload that's a Dictionary<string, object>. When would the value ever not be of type
JsonElement
?The text was updated successfully, but these errors were encountered: