Tag: cors
All the articles with the tag "cors".
How to add 3rd party auth for Nodejs?
Updated: at 09:16 AMMy tech stack is Next.js and Node.js. I use `next rewrites` to resolve the CORS problem, which allows my application to communicate with external APIs without facing cross-origin issues.