How do I outright block the user (e.g. show an error message) if he’s trying to sign up using one social connection (e.g. Facebook) when he’s already registered through another social connection (e.g. Google) or single database using actions?
In my use case I have single user database, Facebook and Google only.
I don’t want to use account linking extension because that extension still allows the user to skip the linking.
I don’t want to use rules/hooks because Auth0 is telling me these are obsolete.
I need to verify email uniqueness just in a single tenant. I’m saying this because there is other topic in the forums asking for uniqueness across multiple tenants.