Tag: auth
All the articles with the tag "auth".
How to add 3rd party auth for Nodejs?
Updated: at 05:16 PMMy 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.