You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
@rynowak It will be nice if we have an overload to authorize a page or a folder without requiring a policy to be supplied, perhaps I wanna use a simple cookie authentication that will handle the authentication process.
This is an equivalent to using AuthorizeAttribute in MVC controller or an action
Copied from original issue: aspnet/RazorPages#45
The text was updated successfully, but these errors were encountered:
While the old code has been changed!! for example removing ConstructableAuthorizationFilter, so I updated the PR little bit base on latest update in this repo
From @hishamco on September 16, 2016 0:17
@rynowak It will be nice if we have an overload to authorize a page or a folder without requiring a policy to be supplied, perhaps I wanna use a simple cookie authentication that will handle the authentication process.
This is an equivalent to using
AuthorizeAttribute
in MVC controller or an actionCopied from original issue: aspnet/RazorPages#45
The text was updated successfully, but these errors were encountered: