Documentation update
Hello, I'm trying to use the Kinde express SDK to verify a jwt, following the example given here https://docs.kinde.com/developer-tools/sdks/backend/express-sdk/#verify-jwt
However typescript is complaining the
I keep getting the error 'bE [Error]: Issuer not allowed: xxxxxxxx, Expected: undefined"
Thank you!
However typescript is complaining the
options arg is missing. Also the type for options is Record<string, string>, which is very generic. Is there an example where I can reference to get this to work? I keep getting the error 'bE [Error]: Issuer not allowed: xxxxxxxx, Expected: undefined"
Thank you!

