Hi Everyone, new here…
I’m considering implementing Auth0 login for an e-commerce website I an working on. I’ve played around with the quick starts and have succesfully called the Universal Login page from my React based website. I have also sucessfully managed to programatically create users using the Management API from a Node/Express backend.
Here’s my question - wether I create a user using the API or using the Universal Login signup form, I always to go through the App Authorization screen (“ is requesting access to your dev-XXXX account”) where I need to “Accept” or “Decline” and only them can I succesfully login.
This flow doesn’t make sense from a user experience perspective why would he need to authroize the website he just willingly signed up for?
To further test this, I’ve signed up for Lush.com, which from my understanding also uses the Universal Login page and after signing up I was automatically transferred to the website without going through the Authorization page.
How is this done? What am I missing?
(Sorry if this an “obvious” or stupid question but I’m new to this )
Thanks!