Hello,
Still new to Auth0 and I have a question. I’m in the process to create an app that will have a handful of pages; these pages will make calls to a REST API. The SPA JS SDK seems to request authentication for every page. On the other hand, I don’t want to have a client id/secret for each user; what’s the best way to approach this situation? Thank you!