我使用Extjs,我使用来设置应用程序和auth0。authenticated, if not authenticate him, if yes insert his token in every ajax request console.log("Log in failed", err); });在第一次尝试中,isAuthenticated是false</
我使用来自最新的Auth0角SDK的Auth0 (v.1.8.2)。使用角13和rxjs 7.4.0,并希望执行以下操作:我使用Auth0保护和自定义配置文件保护来检查配置文件数据。问题:如果我刷新页面,我的Auth0保护程序将返回true,但我的配置文件保护始终返回false,因为我的应用程序还没有获取配置文件数据。this.profile.asObservable();
co
要识别用户,我需要ClaimsPrincipal,但是由于某些原因,即使用户通过了身份验证,context.User.Identity.IsAuthenticated也总是假的。CustomRequestCultureProvider(async context => // ----->> ISSUE IS HERE: this is always falseif (context.User.Identity.IsAuthenticated)
我正在使用auth0,当应用程序重新渲染可能是在页面刷新时,我尝试用auth0做一些事情,第一个是检查用户是否通过身份验证,如果他在mobx商店中保存他的令牌和用户对象,否则将他重定向到登录页面。user is logged in (app cannot be used without a user)
const { user, loginWi