How to get user information from Auth0 using Spring Boot?

I’m making a platform with Auth0 + Vue + Spring Boot, and I have two types of user: Clients and Providers. I’m using the Auth0 part of this guide: auth0.com/blog/implementing-jwt-authentication-on-spring-boo‌​t

I want the providers to upload their products so the clients can buy them. To achieve that I need some questions:

  1. Where should I manage the user sign-up? Vue.js or Spring Boot side?
  2. Should I save the registered user in my database?
  3. How can I link a product to a provider?
  4. How can I get the user information in Spring Boot?
1 Like

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.