how umbraco allow both logged in member and backoffice user to access a controller action
Hi im having an issue with the authorized atrributes if i want to allow members and umbraco users to access a controller witch should i use ?
[Umbraco.Web.Mvc.UmbracoAuthorize]
or
[Umbraco.Web.Mvc.MemberAuthorize]
Do you need to allow both members and users? I haven’t seen any built in attribute for this but I guess that you could create your own and get some inspiration from the implementation of the attributes that you mention.
how umbraco allow both logged in member and backoffice user to access a controller action
Hi im having an issue with the authorized atrributes if i want to allow members and umbraco users to access a controller witch should i use ? [Umbraco.Web.Mvc.UmbracoAuthorize] or [Umbraco.Web.Mvc.MemberAuthorize]
Do you need to allow both members and users? I haven’t seen any built in attribute for this but I guess that you could create your own and get some inspiration from the implementation of the attributes that you mention.
is working on a reply...