How to extend Hono's JWTPayload
I want to extend the default JWTPayload interface.
am trying to extend JWTPayload via a .d.ts file but TypeScript doesn't seem to pick up the augmentation.
What I'm trying to do, is to make typescript pick types after verify helper from hono/jwt.
0 Replies