Hello, I’m trying to send extra config parameters to my custom designed (using auth0.js SDK) hosted login page. I’m trying to send these parameters from my React app that uses the SPA SDK when calling loginWithRedirect
and read it on the hosted login page using config.extraParams
.
I read that I should not use login_hint
anymore. How can I do this?