mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 14:02:19 +00:00
13 lines
433 B
TOML
13 lines
433 B
TOML
[[permission]]
|
|
identifier = "allow-loopback-oauth"
|
|
description = "Permission to start / stop the one-shot http://127.0.0.1:<port>/auth listener used as the RFC 8252 OAuth callback target (see #2511). Narrow on purpose so consumers of the broader `allow-core-process` group do not inherit OAuth listener control."
|
|
|
|
[permission.commands]
|
|
|
|
allow = [
|
|
"start_loopback_oauth_listener",
|
|
"stop_loopback_oauth_listener",
|
|
]
|
|
|
|
deny = []
|