Vercel Edge Runtime (Middleware) Verification using SPKI #677
Replies: 1 comment
-
You should reach out to in the nextjs project. This module has well defined runtime export targets that have been confirmed working years ago. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm trying to verify a JWT using a SPKI public key in a Next.js middleware like this:
The importSPKI function seems to rely on node:crypto, which can't be run in Vercel edge functions. Is there a way around this?
Beta Was this translation helpful? Give feedback.
All reactions