How can I efficiently and securely communicate between my Next JS backend and my chrome extension
I am building a website that will use chrome extension for some of its feature, I am using Next Auth and would like to authenticate from my extension whether or not the user is logged in/ has the next auth token.