-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JsonWebToken for child classes.
Add another claims dictionary to JsonWebToken.Payload to hold string claims as UTF8 ReadOnlyMemory<byte>. Using and reading from the original token as a Span and saving claim value indices instead of creating Memor<byte> for each claim. Add delegate for reading properties instead of an overload.
- Loading branch information
Showing
10 changed files
with
483 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.