Hi, I have a use case where we have a separate login and signup screen. OAuth supports a
disableImplicitSignUp
disableImplicitSignUp
and
requestSignUp
requestSignUp
option that will allow us to prevent a signup from happening in the login screen. We need the same for Magic Links, but it doesn't seem to be supported. Is there any workaround?
Context: We require this because we will be sending the role(account-type) of the user with all signup requests for Magic Links or OAuth calls and handling this in before hooks.