Does anyone can give me some help?
# help
a
Does anyone can give me some help?
d
Looking at jwks, I think the value in your keyset data attribute needs to be a base64 JSON structure like:
Copy code
{
  "kty": "oct",
  "kid": "<some random ID>",
  "alg": "HS256",
  "k": "your-256-bit-secret"
}