-
Notifications
You must be signed in to change notification settings - Fork 433
Use new Base64Url API #2817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new Base64Url API #2817
Conversation
@msbw2 Can you post a before / after of this benchmark as well here: JsonWebTokenHandler_ValidateTokenAsyncWithTVP ? Would be good to see the difference at that level. |
4abfe06
to
9b9b583
Compare
src/Microsoft.IdentityModel.Tokens/Microsoft.IdentityModel.Tokens.csproj
Outdated
Show resolved
Hide resolved
Benchmarks are here: #2828 (comment) |
9b9b583
to
615df8a
Compare
9e2ff23
to
b1d4eed
Compare
benchmark/Microsoft.IdentityModel.Benchmarks/identitymodel.benchmarks.yml
Outdated
Show resolved
Hide resolved
168bfe8
to
08c0f25
Compare
73666d5
to
55946bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test/Microsoft.IdentityModel.Tokens.Tests/Base64UrlEncodingTests.cs
Outdated
Show resolved
Hide resolved
55946bb
to
4ddc291
Compare
Use the new
Base64Url
API.