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

You can not alter the redirect uri from the login page, by design and OAuth2 spec the value used for the callback MUST be the same as specified in the authorize call.