jasontaylordev / flexible-aspnetcore-authorization

190 stars 64 forks source link

.NET 8.0 IAuthorizationRequirementData #4

Open christophwille opened 1 year ago

christophwille commented 1 year ago

I didn't see a branch; did anyone dabble with switching this over to IAuthorizationRequirementData yet?

Allann commented 1 year ago

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.

christophwille commented 1 year ago

I didn't because as-is works fine with net80 anyways.