a-rayene

Results 1 comments of a-rayene

I'm facing the same issue on Hasura 2.4.0; I'm generating the jwt token like this: `export function generateJWT(params: GenerateJWTParams): string { const payload = { "https://hasura.io/jwt/claims": { "x-hasura-allowed-roles": params.allowedRoles, "x-hasura-default-role":...