kingitaj
BABetter Auth
•Created by kingitaj on 5/26/2025 in #help
Magic Link (disableImplicitSignUp)
Hi, I have a use case where we have a separate login and signup screen. OAuth supports a
disableImplicitSignUp
and 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.
https://www.better-auth.com/docs/concepts/oauth#other-provider-configurations
I think it would be beneficial for all methods to support this behavior for consistency and similar use cases2 replies