casbin-net / casbin-aspnetcore

Casbin.NET integration middleware and sample code for ASP.NET Core
https://github.com/casbin/Casbin.NET
Apache License 2.0
64 stars 20 forks source link

Does [CasbinAuthorize] work in Razor Pages? #40

Closed VictorioBerra closed 2 years ago

VictorioBerra commented 2 years ago

I did the following:

    [CasbinAuthorize("PageTwo", "write")]
    public class PageTwoModel : PageModel
    {

        //....

But no matter what I still get access to the razor page.

Does this not work with Razor Pages?

hsluoyz commented 2 years ago

@sagilio

casbin-bot commented 2 years ago

@sagilio @xcaptain @huazhikui

VictorioBerra commented 2 years ago

I was missing UseCasbinAuthorization().