You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, ThirdParty login signs you up automatically even if you click the button through the SignIn screen. So such users might never have seen the Privacy Policy/TOS links.
I propose a flag: showPrivacyAndTOSOnSignIn, defaulted to false to show any enabled links on the SignIn screen as well. This flag would only have meaning if either or both of termsOfServiceLink or privacyPolicyLink are enabled.
The text was updated successfully, but these errors were encountered:
jzila
changed the title
FR: Flag to show TOS and Privacy Policy on SignIn screen also
FR: Flag to show TOS and Privacy Policy on SignIn screen
Sep 6, 2024
Using https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/signup-form/toc-privacypolicy, you can show your TOS and Privacy Policy on the SignUp screen.
However, ThirdParty login signs you up automatically even if you click the button through the SignIn screen. So such users might never have seen the Privacy Policy/TOS links.
I propose a flag:
showPrivacyAndTOSOnSignIn
, defaulted tofalse
to show any enabled links on the SignIn screen as well. This flag would only have meaning if either or both oftermsOfServiceLink
orprivacyPolicyLink
are enabled.The text was updated successfully, but these errors were encountered: