首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Cube.js:无效令牌

Cube.js:无效令牌
EN

Stack Overflow用户
提问于 2020-05-08 11:05:31
回答 1查看 1.3K关注 0票数 1

在cubejs服务器中,我通过cubejs token -e "180 day"生成了一个令牌。

然后,我在.env中将其分配给.env中的const cubejsApi = cubejs(...;并将其分配给const cubejsApi = cubejs(...。然后启动后端和前端,得到以下错误:

代码语言:javascript
复制
Invalid Token: {
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1ODg5MzQyOTYsImV4cCI6MTYwNDQ4NjI5Nn0.RVdHlpfubXDgwG1FRYbUm-UDLVBjnb-HSVTK5bEy-ZU"
} 
JsonWebTokenError: invalid signature
    at /Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/jsonwebtoken/verify.js:133:19
    at getSecret (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/jsonwebtoken/verify.js:90:14)
    at Object.module.exports [as verify] (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/jsonwebtoken/verify.js:94:10)
    at ApiGateway.defaultCheckAuth (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/@cubejs-backend/api-gateway/index.js:551:28)
    at ApiGateway.checkAuth (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/@cubejs-backend/api-gateway/index.js:572:18)
    at Layer.handle [as handle_request] (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/express/lib/router/layer.js:95:5)
    at next (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/express/lib/router/route.js:137:13)
    at Route.dispatch (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/express/lib/router/route.js:112:3)
    at Layer.handle [as handle_request] (/Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/express/lib/router/layer.js:95:5)
    at /Users/chengtie/Downloads/tmp20200414/cubejs/node_modules/express/lib/router/index.js:281:22

不管是否存在此错误,数据查询似乎都正常工作。有人知道发生了什么吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-05-18 21:37:45

在创建CUBEJS_API_SECRET项目时,默认情况下生成Cube.js。除非您想重新定义它,否则不需要在.env文件中分配它。您只应该在客户端将其传递给cubejs()。请看https://cube.dev/docs/security#generating-token

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/61677699

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档