mo-esmp / DynamicRoleBasedAuthorizationNETCore

Dynamic Role-Based Access Control for ASP.NET Core MVC and Web API
GNU General Public License v3.0
451 stars 94 forks source link

Cant Get Requested Url in .Net Core 3.1 #8

Closed MahdiElahi closed 4 years ago

MahdiElahi commented 4 years ago

hello please update DynamicRoleBasedAuthorizationNETCore project to .net core 3.1 thanks, a lot when i call authorize controller for example /roles/index in filter the url is /account/login not show my main path.

because we use app.authorizaiton & serivce.useControllersAndView & app.EndPoint in .net Core 3.1

mo-esmp commented 4 years ago

New sample project for .NET Core 3.1 added. Please check the sample and let me know if you have any issue.