Hello! I’m new in Auth0. I want to create a site with folowing stack:
- React - Front
- Nest.JS - Back
- TypeORM (PostgreSQL)
- Auth0.
So should i use “Single Page Web” or “Regular Web” Application?
Hello! I’m new in Auth0. I want to create a site with folowing stack:
So should i use “Single Page Web” or “Regular Web” Application?
Hey there @Xepobopa! I apologize for the delayed response on this one.
You should be able to get away with a Single Page Application (SPA) for your React frontend while registering your Nest.JS Backend/API - I definitely recommend checking out our Architecture Scenarios documentation for high level overview.
I also recommend checking out our React sample app as well as the following blog which outlines adding authorization to a Nest.JS API:
Hope this helps to clarify!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.