Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.
Bug Fixes:
JWE header algorithm is now compliant to IANA document. See issue #2089 for details.
Performance Improvements:
Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.
Fundamentals:
Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
Update perl scrip for OneBranch build. See PR #2602.
Add langversion 12 to benchmark tests. See PR #2601.
Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.
Bug Fixes:
JWE header algorithm is now compliant to IANA document. See issue #2089 for details.
Performance Improvements:
Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.
Fundamentals:
Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
Update perl scrip for OneBranch build. See PR #2602.
Add langversion 12 to benchmark tests. See PR #2601.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps System.IdentityModel.Tokens.Jwt from 7.5.2 to 7.6.0.
Release notes
Sourced from System.IdentityModel.Tokens.Jwt's releases.
Changelog
Sourced from System.IdentityModel.Tokens.Jwt's changelog.
Commits
4fbc3a8
changelog 7.6.0 (#2611)00aa6b9
Moved delegates to seperate file. (#2606)9adc0ef
Fix variable usage in aot script (#2610)ff53760
Create codeql exclusions file (#2609)b456053
remove build.cmd (#2605)c6da451
added langversion to benchmark csproj (#2601)fa8eef3
Update Verify Resources and perl script (#2602)0e5648b
Fix JwtSecurityToken Missing Mapping When Creating a Token. (#2578)ad64ace
Perform AOT check on repository (#2598)909669f
Update JsonWebToken to enable extensibility (#2582)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show