How do i get user information of the current logged in user?

Hi guys,

My Web applications setup is as follows:

  1. Express Server that handles the authentication and routing
  2. SPA(React)

My question is how do i get the information about the current logged n user within my SPA?

have you read our quick starts with nodejs? There’s a section about this: Auth0 Express SDK Quickstarts: Login