How to do manual login?

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?

Hey there @websanova welcome to the community!

Long story short, you shouldn’t use ROPG in a SPA. Instead you will want to use auth code + PKCE:

Ok thx, that is what I suspected, but Just thought I’d ask. I think in the end we’ll just use templates and customize through there.

1 Like

No problem, happy to help!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.