Auth0 Pre Login custom hook

Is it possible to have a pre-login hook as we have for post-login or pre-registration? Our goal is to run a code before auth0’s login happens. The issue is that we want to migrate users from an existing system to auth0, without specifying the other operations like create a user or change a passwo…