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

This commit is contained in:
Misha Bragin
2023-05-11 17:45:53 +02:00
committed by GitHub
parent 9cb383ea5f
commit f5d5b02cc9

View File

@@ -76,7 +76,7 @@ Be aware that once you close the popup it is impossible to see the plain version
### Using Personal Access Tokens
Once you have created a personal access token, you can use it to authenticate requests to a web service that supports token-based authentication. To use a personal access token, you typically include it as an authentication header in your API requests.
Once you have created an access token, you can use it to authenticate API requests to NetBird. See [NetBird API](/ipa/introductions) documentation for detailed usage.
For example, if you were using the GitHub API, you might include your personal access token like this: