【发布时间】:2016-11-15 17:14:13
【问题描述】:
认证后无法重定向到需要认证的路径(auth.loggedIn())是否正常?
this.lock = new Auth0Lock(clientId, domain, {
auth: {
redirect:true,
redirectUrl: 'http://localhost:3000/hello',
responseType: 'token'
}
});
这仅在 http://localhost:3000/hello 不需要身份验证时才有效。
【问题讨论】:
标签: authentication auth0