Question from the Next.js test

Add global middleware to handle authentication across all routes in your application in Next.js

Easy

You want to add global middleware to handle authentication across all routes in your application. Where do you place the middleware file in the Next.js project structure?

// Structure

- /
-    /app
-    /public
Author: AnasStatus: PublishedQuestion passed 158 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!