ty
CDCloudflare Developers
•Created by ty on 9/27/2024 in #workers-help
worker not returning jwt payload
I am trying to use
jose
library to verify jwt in workers but it seems like I am just getting a 200 without any data in the response. I am unsure what's going on. parsedJwt.payload
is serializable and it should go in the error catch block if it errors out. So I am unsure why am I not getting any data in the response but the status code is set correctly to 200
4 replies