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?
tyf
February 8, 2023, 12:25am
3
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
tyf
February 8, 2023, 4:47pm
5
No problem, happy to help!
system
Closed
February 22, 2023, 4:48pm
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.