I want to use the following Auth0 authorization URL:
https://{yourDomain}/authorize?
response_type=code&
client_id={yourClientId}&
redirect_uri={https://yourApp/callback}&
scope={scope}&
screen_hint=signup&
state={state}
However, when I navigate to the Auth0 page using this URL and include the state parameter, I noticed that the state value is not available in the Pre-Registration Hook.