Authentication of SPA within a Regular Web Application

We have a next.js application using the nextjs-auth0 sdk and lock.js for embedded login. We also have a vue.js SPA app running on the client side of the next.js application which uses the auth0-vue sdk.

Is there a configuration that will allow the vue.js SPA app to be authenticated without an additional login step for the user?

Thanks!

2 Likes