使用 ServiceStack.Mvc 时 AuthorizeAttribute 没用
AuthenticateAttribute 用于 DTO 对象。
没有带有 ServiceStack 的 AccountController 示例,Signout 在 SocialBootStrapApi 中不起作用。
使用 ServiceStack.Mvc 的基本 Login、Logout、Authorize with Roles 示例在哪里?(不是单页应用,经典的 Asp.Net Mvc)
使用 ServiceStack.Mvc 时 AuthorizeAttribute 没用
AuthenticateAttribute 用于 DTO 对象。
没有带有 ServiceStack 的 AccountController 示例,Signout 在 SocialBootStrapApi 中不起作用。
使用 ServiceStack.Mvc 的基本 Login、Logout、Authorize with Roles 示例在哪里?(不是单页应用,经典的 Asp.Net Mvc)
ServiceStack 不使用 ASP.NET 或 MVC 的 Authentication 或任何依赖它的东西,例如 MVC 的 AccountController,它使用自己的Authentication Provider。
AuthenticateAttribute 和任何其他 ServiceStack请求或响应过滤器属性实际上可以在 DTO 和服务上使用。
如果您从ServiceStackController继承,那么您可以在[ExecuteServiceStackFilters]中使用 ServiceStack 的属性过滤器来执行,例如