Feature: Allow hiding of social buttons on universal login page even while social connection is enabled.
Description: Give control over when social login buttons are displayed on the universal login page, allowing them to be disabled or conditionally disabled even if the corresponding social connection is still enabled.
Use-case:
- We would like to render buttons elsewhere that use the
connection
parameter to allow logging in to the social connection directly, and continue to use the universal login page for email login only without social buttons. - We would like to be able to enable some some buttons only for specific users. For example initially we might want to enable just for selected test or beta users, then we might like to A/B test.
- We would like to disable certain social buttons only for certain users, for example disable Apple social buttons only for Android users. But still support Apple login in general.
These are just a few examples that we would like to achieve personally.