Add security between SPA in Vue 3 with resource server in Spring Boot Rest Api using Auth0 as authorization server

I want to make a system that consists of a resource server (Spring Boot REST API) and a SPA (in Vue 3), what type of auth0 configuration should I apply to be able to validate the JWT tokens in the resource server? Thanks.

Hi there @dellanocesar welcome to the community!

I recommend taking a look at our Vue.js quickstart and accompanying sample app as well as the resources available at our Developer Hub - Both should give you a great idea of what’s possible. The Developer Hub actually allows you to choose your own stack for a sample app. Both Vue.js and Spring are options there.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.