标签: javascript authentication reactjs auth0
我正在关注auth0网站上的教程,以便在反应SPA(https://auth0.com/docs/quickstart/spa/react/02-custom-login)上设置自定义登录。
我已经按照他们的指南设置了我的index.js和login / index.jsx。但是,当我点击登录时,我可以看到请求成功通过,因为在我的仪表板上我可以看到登录数量增加。
但是,在我的应用程序中,我没有收到错误,也没有设置令牌,我仍然无法转到需要身份验证的localhost:3000/home。
localhost:3000/home