I’m working on converting our AngularJS app to the latest Angular. I found the quickstart for Angular now uses auth0-spa-js which I started using but quickly realized its limitations We need custom login forms/signup, etc. so I don’t think auth0-spa-js is what I want.
Is there an appropriate quickstart for the latest Angular and Auth0.js? Am I off base with my assumptions about auth0-spa-js ?
Just curious, what’s the reason for the requirement for embedding it in your site?
(Asking cause sometimes SPA apps want to avoid the redirect. In that case, it should be noted that you could also run the flow with a popup instead of a redirect. Just in case this might be the reason. But there might of course be others as well.)
Originally, I think it was due to the users finding the universal sign in/sign up confusing. We might consider moving back to the universal login. I think the new version is much improved.