With Next.js, how can I restrict access to BFF layer directly and only enable access from UI?

Viewed 23

How can I restrict access to NextJS BFF layer directly and not from UI? Headers are an options, but does Nextjs Middleware provide some additional security and better options?

0 Answers
Related