In the last journal, we used the auth0’s documentation to set up a basic login SPA app. To make that work, we need to populate environment.ts with the correct values.
After you create your free account, you will be directed to a default tenant. Create a single page application (SPA) by clicking Create Application then choose Single Page Web Application and enter a name. That’s it.
Why do we select Single Page Application type and why do we need it? I will discuss it in the coming journals. But for now, look for Domain and Client ID from your new auth0’s SPA and use those values in environment.ts.