Writing

Code
Nov 22, 2024

Does NextJS make CORS and API keys handling easier?

NextJS is primarily meant for front-end developers; NextJS also supports back-end development; CORS is a security feature enforced by browser on the client side (front-end). And this led to some other findings.
TechCode