IdentityModel / IdentityModel.AspNetCore.OAuth2Introspection

ASP.NET Core authentication handler for OAuth 2.0 token introspection
Apache License 2.0
147 stars 66 forks source link

Performance improvements #158

Open ovska opened 2 years ago

ovska commented 2 years ago

There are a couple of places where per-request performance can be improved, mainly in number of allocations. I'd be happy to contribute with some improvements and unit tests. Let me know if you have any objections or opinions on this.

leastprivilege commented 2 years ago

Thanks! Please send a PR to start a discussion.