From 9b46f1db477d227a1d98d3114936725a41105873 Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Thu, 11 May 2023 18:01:29 +0200 Subject: [PATCH] Update src/pages/docs/how-to/use-service-users-with-access-token.mdx --- src/pages/docs/how-to/use-service-users-with-access-token.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/how-to/use-service-users-with-access-token.mdx b/src/pages/docs/how-to/use-service-users-with-access-token.mdx index 3f1fb5ec..b1dccd55 100644 --- a/src/pages/docs/how-to/use-service-users-with-access-token.mdx +++ b/src/pages/docs/how-to/use-service-users-with-access-token.mdx @@ -7,7 +7,7 @@ Service users are non-interactive accounts that are used to create tokens to acc Service users provide additional security by allowing you to limit the scope of access granted to the service user and void losing automated access to critical systems when employees leave the company. -### What are Service Users used for? +### What can you use NetBird service users and access tokens for? Service users are typically used to authenticate requests to a web service on behalf of an application or a service. They are an alternative to using a personal account, and can provide additional security by allowing you to limit the scope of access granted to the service user.