有什么方法可以让 hasura 解码令牌并可以在查询中使用其内容?

Is there any way that hasura decodes the token and can use its content in a query?

我想知道是否有任何方法可以在 hasura 中执行此操作而无需求助于创建其他服务。

让我解释一下,在 api 中,用户发送他的令牌,这是在后端解码的,所以我们知道用户是谁,这对于搜索和 return 数据库中只属于该用户的记录。

有什么方法可以用 Hasura 做到这一点吗?唯一 return 属于使用其令牌的特定用户的记录?

令牌数据可用作会话数据,因此您可以使用 hasura 列预设插入用户 ID 并添加权限以仅从会话中获取用户 ID 等于用户 ID 的行https://hasura.io/docs/latest/graphql/core/databases/postgres/schema/default-values/column-presets.html#column-presets