TechmandanCZT
Convex Community8mo ago
1 reply
TechmandanCZ

Does self hosted convex log more details

Does self hosted convex log more details somewhere?
I'm trying to debug why I'm getting Could not decode token, but anyhow should be able to print the exact error from biscuit. Only the context is sent over WS to clients.

jwt.io says everything is ok, and the claims include iss, sub, aud, exp, iat and kid - documentation (and even the example here ) doesn't mention that it's required to match, but biscuit would fail if a key wasn't found by it's id (source ). JWK has kid and use as well as required fields for es256.
I'm using ES256 (crv is P-256) as the signing algorithm.
Was this page helpful?