mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
12 lines
284 B
YAML
12 lines
284 B
YAML
type: http
|
|
scheme: bearer
|
|
description: |
|
|
Bearer token authentication.
|
|
|
|
Set via `GATEWAY_SECRET` environment variable on the gateway.
|
|
If `GATEWAY_SECRET` is not set, authentication is disabled (development mode).
|
|
|
|
Example:
|
|
```
|
|
Authorization: Bearer your-secret-token
|
|
```
|