IdentityModel.AspNetCore.OAuth2Introspection icon indicating copy to clipboard operation
IdentityModel.AspNetCore.OAuth2Introspection copied to clipboard

Improve performance and reduce allocations in hot paths

Open ovska opened this issue 2 years ago • 1 comments

I tried to make the changes as non-intrusive to the codebase as possible. Added unit tests for verify the functionality against current version. Each change is in its' own commit, and reading them one by one should make it easy to digest. I can drop one or more commits if they are deemed unwanted.

Closes #158

ovska avatar Jul 14 '22 09:07 ovska

Thanks! We will review the PR as soon as we have time.

leastprivilege avatar Jul 15 '22 06:07 leastprivilege