diff --git a/errors/node-module-in-edge-runtime.md b/errors/node-module-in-edge-runtime.md index ea128326a41b..cd7a38fd809a 100644 --- a/errors/node-module-in-edge-runtime.md +++ b/errors/node-module-in-edge-runtime.md @@ -16,3 +16,4 @@ For example, you might replace the Node.js `crypto` module with the [Web Crypto - [Edge Runtime Supported APIs](https://nextjs.org/docs/api-reference/edge-runtime) - [Next.js Middleware](https://nextjs.org/docs/advanced-features/middleware) +- [JWT Example](https://github.com/vercel/examples/tree/main/edge-functions/jwt-authentication)