Hi Everyone,
I have a client who's been happily using an app I wrote that uses Next-Auth for several months. We recently sent them updated source code after we made some changes to the code so they could build/deploy locally (his INSIST on doing it this way).
Today, I got an email saying that their security team is blocking it because it calls next-auth-js.org to download a bunch of files when someone tries to log in. I can't replicate this behavior locally, but my client thinks I have the files cached locally. I used private mode on my browser and didn't see the downloads happening.
Does anyone know why these are downloading and how I can stop it? My client suggested that I download the files and then update the app to use the local versions, but frankly, I'm not sure how I would do that.
Any other suggestions would be greatly appreciated. Thanks!