Custom login page using auth0-js => how to give to the callback url some data from the login page

Ok, if we cannot change the redirectUri value, can we use something else to pass a variable/flag to the callback on the login phase?

Why I try to implement is a “remember me” feature, so I have a remember me checkbox on my custom login page.
I have to store this data somewhere to get it on my app and ask for renew the token.

1 Like