Docs: Remove session cookie option for http api auth docs (#111729)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
canonical: https://grafana.com/docs/grafana/latest/developers/http_api/authentication/
|
||||
description: 'You can authenticate HTTP API requests using basic authentication, a service account token, or a session cookie.'
|
||||
description: 'You can authenticate HTTP API requests using basic authentication or a service account token.'
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
|
||||
@@ -4,7 +4,7 @@ comments: |
|
||||
This file is used in the following files: developers/http_api/{_index.md,authentication.md}
|
||||
---
|
||||
|
||||
You can authenticate HTTP API requests using basic authentication, a service account token, or a session cookie (acquired via regular login or OAuth).
|
||||
You can authenticate HTTP API requests using basic authentication or a service account token.
|
||||
|
||||
### Basic auth
|
||||
|
||||
|
||||
Reference in New Issue
Block a user