Docs: Remove session cookie option for http api auth docs (#111729)

This commit is contained in:
Misi
2025-09-29 16:36:55 +02:00
committed by GitHub
parent 911d35e17b
commit 382c414869
2 changed files with 2 additions and 2 deletions
@@ -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