servicestack,Authentication,servicestack" /> servicestack,Authentication,servicestack" />

Authentication 服务栈。3.9.18“身份验证”属性似乎不再起作用

Authentication 服务栈。3.9.18“身份验证”属性似乎不再起作用,authentication,servicestack,Authentication,servicestack,刚刚升级到servicestack.mvcv。3.9.18修复一些null ref异常错误,但现在AuthenticateAttribute似乎不再有任何效果。我在控制器中执行以下操作: [Authenticate] public ActionResult Index() { var authSession = AuthSession; return View(); // <-- When I break here, I can see that AuthSesison i

刚刚升级到servicestack.mvcv。3.9.18修复一些null ref异常错误,但现在AuthenticateAttribute似乎不再有任何效果。我在控制器中执行以下操作:

[Authenticate]
public ActionResult Index() {
    var authSession = AuthSession;
    return View(); // <-- When I break here, I can see that AuthSesison is null
}
[验证]
公共行动结果索引(){
var authSession=authSession;

return View();//这看起来像是最近一次提交时引入的逻辑错误,该提交在NuGet from中刚刚可用

这看起来像是最近一次提交时引入的逻辑错误,该提交在NuGet from中刚刚可用