I am using express-openid-connect library, and I am receiving BadRequestError: failed to decode JWT (TypeError: encrypted JWTs cannot be decoded) when redirected back after a successful auth. The token is a JWE, and I’m not sure how to handle this. Does anyone have any experience with this?