Authenicating API routes to be only be request by same-origin Nextjs 13
So i am looking to lock down some of my API routes to be only requested by my domain and any subdomains but not any other person that might try to do the same.
How would i do something like this in Nextjs 13 app router?
0 Replies