标签: javascript angularjs auth0
在页面加载时检测当前会话是否经过身份验证的最佳方法是什么?在视图中使用isAuthenticated时,一切正常,但当我在$rootScope.isAuthenticated或任何控制器中访问module.run时,它总是false。
isAuthenticated
$rootScope.isAuthenticated
module.run
false
我想显示登录模式(通过authService.login())如果我检测到用户在页面加载时没有登录。
authService.login()