fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can use identity, roles and permission in v2?

technet365 opened this issue · comments

I try to adapt identity in v2 branch, but i don't have success. Can help me to add RequireAuthorization() on single endpoint, as a model?

Thank you

Hello, I have worked on this feature just yesterday. Please refer to the latest code of v2.
And, here is the commit, 54565e0

I see it. Good work. Thank you