stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting
MIT License
1.28k stars 275 forks source link

Improved Async Support for building identity #97

Open dmalanij opened 7 years ago

dmalanij commented 7 years ago

Changes in the three implementations of the Throttling moving from SetIdentity (that was marked as obsolete) to a SetIdentityAsync.

The decision of creating a new method was to avoid breaking the signature, however the synchronous one doesn't make sense anymore.