diff --git a/v2/community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx b/v2/community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx new file mode 100644 index 000000000..9e3d3dae8 --- /dev/null +++ b/v2/community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx @@ -0,0 +1,11 @@ +import CustomAdmonition from "/src/components/customAdmonition" + + + +This is a paid feature. + +For self hosted users, [Sign up](https://supertokens.com/auth) to get a license key and follow the instructions sent to you by email. Using the dev license key is free. We only start charging you once you enable the feature in production using the provided production license key. + +For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. Once enabled, this feature is free on the provided development environment. + + diff --git a/v2/community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx b/v2/community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx index 420f52efe..51d87b0fa 100644 --- a/v2/community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx +++ b/v2/community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx @@ -2,8 +2,9 @@ import CustomAdmonition from "/src/components/customAdmonition" -This is a paid feature. For self hosted users, [Sign up](https://supertokens.com/auth) to get a license key and follow the instructions sent to you by email. This will start a **SuperTokens subscription**. +This is a paid feature. -If you are using the development environment of our managed service you can use this feature for free. If you want to enable this feature for the production environment, please [email us](mailto:team@supertokens.com) +For self hosted users, [Sign up](https://supertokens.com/auth) to get a license key and follow the instructions sent to you by email. Creation of tenants is free on the dev license key. +This feature is already enabled for managed service users. Creation of additional tenant is free on the provided development environment. diff --git a/v2/emailpassword/custom-ui/init/dashboard.mdx b/v2/emailpassword/custom-ui/init/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/emailpassword/custom-ui/init/dashboard.mdx +++ b/v2/emailpassword/custom-ui/init/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/emailpassword/pre-built-ui/setup/dashboard.mdx b/v2/emailpassword/pre-built-ui/setup/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/emailpassword/pre-built-ui/setup/dashboard.mdx +++ b/v2/emailpassword/pre-built-ui/setup/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/passwordless/custom-ui/init/dashboard.mdx b/v2/passwordless/custom-ui/init/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/passwordless/custom-ui/init/dashboard.mdx +++ b/v2/passwordless/custom-ui/init/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/passwordless/pre-built-ui/setup/dashboard.mdx b/v2/passwordless/pre-built-ui/setup/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/passwordless/pre-built-ui/setup/dashboard.mdx +++ b/v2/passwordless/pre-built-ui/setup/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/thirdparty/common-customizations/account-linking/automatic-account-linking.mdx b/v2/thirdparty/common-customizations/account-linking/automatic-account-linking.mdx index 0dcafb8dd..e59d73a93 100644 --- a/v2/thirdparty/common-customizations/account-linking/automatic-account-linking.mdx +++ b/v2/thirdparty/common-customizations/account-linking/automatic-account-linking.mdx @@ -7,10 +7,11 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' + import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Automatic account linking diff --git a/v2/thirdparty/common-customizations/account-linking/manual-account-linking.mdx b/v2/thirdparty/common-customizations/account-linking/manual-account-linking.mdx index 9d11dc169..a9f748409 100644 --- a/v2/thirdparty/common-customizations/account-linking/manual-account-linking.mdx +++ b/v2/thirdparty/common-customizations/account-linking/manual-account-linking.mdx @@ -7,10 +7,10 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Manual account linking diff --git a/v2/thirdparty/common-customizations/account-linking/overview.mdx b/v2/thirdparty/common-customizations/account-linking/overview.mdx index 2099f5382..5a464b161 100644 --- a/v2/thirdparty/common-customizations/account-linking/overview.mdx +++ b/v2/thirdparty/common-customizations/account-linking/overview.mdx @@ -7,9 +7,9 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' - + # About account linking diff --git a/v2/thirdparty/common-customizations/account-linking/security-considerations.mdx b/v2/thirdparty/common-customizations/account-linking/security-considerations.mdx index c59f68aea..14087a6b3 100644 --- a/v2/thirdparty/common-customizations/account-linking/security-considerations.mdx +++ b/v2/thirdparty/common-customizations/account-linking/security-considerations.mdx @@ -7,10 +7,10 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Security considerations for automatic account linking @@ -95,4 +95,4 @@ Below is the list of all points in time when we do account linking, and for each #### What users see: - If the email update is happening during sign in of social login, users will see a message that email update is not allowed and to contact support. -- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API. \ No newline at end of file +- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API. diff --git a/v2/thirdparty/custom-ui/init/dashboard.mdx b/v2/thirdparty/custom-ui/init/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/thirdparty/custom-ui/init/dashboard.mdx +++ b/v2/thirdparty/custom-ui/init/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/thirdparty/pre-built-ui/setup/dashboard.mdx b/v2/thirdparty/pre-built-ui/setup/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/thirdparty/pre-built-ui/setup/dashboard.mdx +++ b/v2/thirdparty/pre-built-ui/setup/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/thirdpartyemailpassword/common-customizations/account-linking/automatic-account-linking.mdx b/v2/thirdpartyemailpassword/common-customizations/account-linking/automatic-account-linking.mdx index a5417adab..d2c28d8f7 100644 --- a/v2/thirdpartyemailpassword/common-customizations/account-linking/automatic-account-linking.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/account-linking/automatic-account-linking.mdx @@ -7,10 +7,11 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' + import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Automatic account linking diff --git a/v2/thirdpartyemailpassword/common-customizations/account-linking/manual-account-linking.mdx b/v2/thirdpartyemailpassword/common-customizations/account-linking/manual-account-linking.mdx index f417df747..5d585891d 100644 --- a/v2/thirdpartyemailpassword/common-customizations/account-linking/manual-account-linking.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/account-linking/manual-account-linking.mdx @@ -7,10 +7,10 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Manual account linking diff --git a/v2/thirdpartyemailpassword/common-customizations/account-linking/overview.mdx b/v2/thirdpartyemailpassword/common-customizations/account-linking/overview.mdx index 8f4f58f67..dd04f0b61 100644 --- a/v2/thirdpartyemailpassword/common-customizations/account-linking/overview.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/account-linking/overview.mdx @@ -7,9 +7,9 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' - + # About account linking diff --git a/v2/thirdpartyemailpassword/common-customizations/account-linking/security-considerations.mdx b/v2/thirdpartyemailpassword/common-customizations/account-linking/security-considerations.mdx index c59f68aea..18715bdc5 100644 --- a/v2/thirdpartyemailpassword/common-customizations/account-linking/security-considerations.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/account-linking/security-considerations.mdx @@ -7,10 +7,10 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Security considerations for automatic account linking diff --git a/v2/thirdpartyemailpassword/custom-ui/init/dashboard.mdx b/v2/thirdpartyemailpassword/custom-ui/init/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/thirdpartyemailpassword/custom-ui/init/dashboard.mdx +++ b/v2/thirdpartyemailpassword/custom-ui/init/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/thirdpartyemailpassword/pre-built-ui/setup/dashboard.mdx b/v2/thirdpartyemailpassword/pre-built-ui/setup/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/thirdpartyemailpassword/pre-built-ui/setup/dashboard.mdx +++ b/v2/thirdpartyemailpassword/pre-built-ui/setup/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/thirdpartypasswordless/common-customizations/account-linking/automatic-account-linking.mdx b/v2/thirdpartypasswordless/common-customizations/account-linking/automatic-account-linking.mdx index 0dcafb8dd..e59d73a93 100644 --- a/v2/thirdpartypasswordless/common-customizations/account-linking/automatic-account-linking.mdx +++ b/v2/thirdpartypasswordless/common-customizations/account-linking/automatic-account-linking.mdx @@ -7,10 +7,11 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' + import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Automatic account linking diff --git a/v2/thirdpartypasswordless/common-customizations/account-linking/manual-account-linking.mdx b/v2/thirdpartypasswordless/common-customizations/account-linking/manual-account-linking.mdx index 9d11dc169..a9f748409 100644 --- a/v2/thirdpartypasswordless/common-customizations/account-linking/manual-account-linking.mdx +++ b/v2/thirdpartypasswordless/common-customizations/account-linking/manual-account-linking.mdx @@ -7,10 +7,10 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Manual account linking diff --git a/v2/thirdpartypasswordless/common-customizations/account-linking/overview.mdx b/v2/thirdpartypasswordless/common-customizations/account-linking/overview.mdx index 2099f5382..5a464b161 100644 --- a/v2/thirdpartypasswordless/common-customizations/account-linking/overview.mdx +++ b/v2/thirdpartypasswordless/common-customizations/account-linking/overview.mdx @@ -7,9 +7,9 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' - + # About account linking diff --git a/v2/thirdpartypasswordless/common-customizations/account-linking/security-considerations.mdx b/v2/thirdpartypasswordless/common-customizations/account-linking/security-considerations.mdx index c59f68aea..14087a6b3 100644 --- a/v2/thirdpartypasswordless/common-customizations/account-linking/security-considerations.mdx +++ b/v2/thirdpartypasswordless/common-customizations/account-linking/security-considerations.mdx @@ -7,10 +7,10 @@ hide_title: true -import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx' +import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx' import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; - + # Security considerations for automatic account linking @@ -95,4 +95,4 @@ Below is the list of all points in time when we do account linking, and for each #### What users see: - If the email update is happening during sign in of social login, users will see a message that email update is not allowed and to contact support. -- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API. \ No newline at end of file +- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API. diff --git a/v2/thirdpartypasswordless/custom-ui/init/dashboard.mdx b/v2/thirdpartypasswordless/custom-ui/init/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/thirdpartypasswordless/custom-ui/init/dashboard.mdx +++ b/v2/thirdpartypasswordless/custom-ui/init/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/thirdpartypasswordless/pre-built-ui/setup/dashboard.mdx b/v2/thirdpartypasswordless/pre-built-ui/setup/dashboard.mdx index b8f970fdf..6c9063759 100644 --- a/v2/thirdpartypasswordless/pre-built-ui/setup/dashboard.mdx +++ b/v2/thirdpartypasswordless/pre-built-ui/setup/dashboard.mdx @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application diff --git a/v2/userdashboard/about.mdx b/v2/userdashboard/about.mdx index e083e9c6c..33ee0a4b7 100644 --- a/v2/userdashboard/about.mdx +++ b/v2/userdashboard/about.mdx @@ -112,7 +112,7 @@ You can create 3 dashboard users* for free. If you need to create additional users: - For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email. -- For managed service users, please [email us](mailto:team@supertokens.com). +- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. *: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application