AuthUserSession OnAuthenticated方法触发?

时间:2013-10-24 22:46:06

标签: asp.net-mvc-4 servicestack

我真的很困惑,当AuthUserSession的OnAuthenticated()方法触发时? 它是从登录例如ASP MVC LOGINPAGE或从哪里触发的?

1 个答案:

答案 0 :(得分:0)

成功authenticate with ServiceStack Authentication service后,默认情况下,一旦您注册了ServiceStack的 AuthFeature 插件,就会在/auth托管。

它完全独立于MVC,ASP.NET或您可能托管ServiceStack的任何其他WebFramework。