Is there a way to disable the login when working on my Angular app locally?
Each change in my app re-compiles the code, so I have to log in again every time before seeing it.
Is there a better way to do that when working locally?
Yes, I have. But unless I didn’t understand it (which might be the case, since I am a beginner here), there wasn’t anything related to what I am looking for.
I am able to work with auth0 locally, no issue here, but I was wondering whether I could disable it temporarily to avoid logging in every 30s after each change.