Hi guys,
My Web applications setup is as follows:
- Express Server that handles the authentication and routing
- SPA(React)
My question is how do i get the information about the current logged n user within my SPA?
Hi guys,
My Web applications setup is as follows:
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