Auth0 检索配置文件失败
Auth0 failed to retrieve profile
我已经按照文档 https://auth0.com/blog/complete-guide-to-angular-user-authentication/ 集成了 auth0
登录成功后总是returnundefined /null,奇怪
很奇怪我集成了其他库并阅读了教程,但是问题通过使用 this.auth.loginWithPopup();
而不是 this.auth.loginWithRedirect();
解决了
我已经按照文档 https://auth0.com/blog/complete-guide-to-angular-user-authentication/ 集成了 auth0 登录成功后总是returnundefined /null,奇怪
很奇怪我集成了其他库并阅读了教程,但是问题通过使用 this.auth.loginWithPopup();
而不是 this.auth.loginWithRedirect();