Hello,
I managed to get signup working manually by making direct calls to the api from my front end using:
https://auth0.com/docs/api/authentication#signup
However, I’m not seeing a way to login directly from my SPA front-end. Is there any way to login directly from my SPA front-end by just supplying an email & password and getting back a token or something?