flexible-aspnetcore-authorization
flexible-aspnetcore-authorization copied to clipboard
.NET 8.0 IAuthorizationRequirementData
I didn't see a branch; did anyone dabble with switching this over to IAuthorizationRequirementData yet?
Did you get anywhere with this, I would be interested.
But not sure what you mean to switch over? IAuthorizationRequirementData is just a collection of IAuthorizationRequirement which your auth handler can now use. Can you be more specific as to your requirement/meaning please.
Do a quick search on GitHub and you will find a few implementations inside microsoft samples coming out with the release.
I didn't because as-is works fine with net80 anyways.