I’m working on a project with Angular 13 that call a .Net API.
I managed to add the universal login an get a token from Auth0 using @auth0/auth0-angular, so the dashboard configuration is fine.
Searching in the documentation and guides I find some stuff using @auth0/auth0-spa-js and @auth0/auth0-angular, but I don’t know exactly wich one is better for my case.
Also, I don’t know exactly what to do after calling the login funtion and how to handle the callback from Auth0. I wanted some more complete code as example.
Thanks.