React SPA with ASP Core

I have template from ASP Core that has a React SPA front end and uses ASP for the API.
Would I place the auth in the React Front end? Does Auth0 provide anything to sync the authentication with the backend or do I need to sort that out manually?
Also is it recommended that when new users register through auth0 you create matching user records in the app or should auth0 be the single source of data?

Hey @chris54 welcome to the community!

Auth will occur in your React SPA and once it does your frontend will use an access token against your API. I definitely recommend taking a look at our developer hub where you can get a sample up and running fairly easily.

Both are valid approaches:
https://auth0.com/docs/secure/security-guidance/data-security/user-data-storage

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