Update src/pages/docs/how-to/use-service-users-with-access-token.mdx

This commit is contained in:
Misha Bragin
2023-05-11 18:01:29 +02:00
committed by GitHub
parent 00d49d3cbf
commit 9b46f1db47

View File

@@ -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.