From e9db13bc821554a39f268a3b43f476df76403bce Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 19 May 2021 17:56:55 +0300 Subject: [PATCH] Added line break --- docs/services/account.md | 2 +- docs/services/users.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/account.md b/docs/services/account.md index 347de3a07..532aec299 100644 --- a/docs/services/account.md +++ b/docs/services/account.md @@ -5,4 +5,4 @@ You can authenticate the user account by using multiple sign-in methods availabl This service also exposes an endpoint to save and read the [user preferences](/docs/client/account#accountUpdatePrefs) as a key-value object. This feature is handy if you want to allow extra customization in your app. Common usage for this feature may include saving the user preferred locale, timezone, or custom app theme. > ## Account API vs Users API -> While the Account API operates in the scope of the current logged-in user and usually using a client-side integration, the Users API is integrated from the server-side and operates in an admin scope with access to all your project users. \n\n Some of the Account API methods are available from the server SDK when you authenticate with JWT. This allows you to perform server-side actions on behalf of your project user. \ No newline at end of file +> While the Account API operates in the scope of the current logged-in user and usually using a client-side integration, the Users API is integrated from the server-side and operates in an admin scope with access to all your project users.

Some of the Account API methods are available from the server SDK when you authenticate with JWT. This allows you to perform server-side actions on behalf of your project user. \ No newline at end of file diff --git a/docs/services/users.md b/docs/services/users.md index 45b764b9c..2d8bf17a5 100644 --- a/docs/services/users.md +++ b/docs/services/users.md @@ -1,4 +1,4 @@ The Users service allows you to manage your project users. Use this service to search, block, and view your users' info, current sessions, and latest activity logs. You can also use the Users service to edit your users' preferences and personal info. > ## Users API vs Account API -> While the Users API is integrated from the server-side and operates in an admin scope with access to all your project users, the Account API operates in the scope of the current logged in user and usually using a client-side integration.\n\nSome of the Account API methods are available from the server SDK when you authenticate with JWT. This allows you to perform server-side actions on behalf of your project user. \ No newline at end of file +> While the Users API is integrated from the server-side and operates in an admin scope with access to all your project users, the Account API operates in the scope of the current logged in user and usually using a client-side integration.

Some of the Account API methods are available from the server SDK when you authenticate with JWT. This allows you to perform server-side actions on behalf of your project user. \ No newline at end of file