mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-08 14:03:53 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
19 lines
351 B
Markdown
19 lines
351 B
Markdown
# Permissions
|
|
|
|
## allow-authenticate
|
|
|
|
Enables the authenticate command without any pre-configured scope.
|
|
|
|
## deny-authenticate
|
|
|
|
Denies the authenticate command without any pre-configured scope.
|
|
|
|
## allow-status
|
|
|
|
Enables the status command without any pre-configured scope.
|
|
|
|
## deny-status
|
|
|
|
Denies the status command without any pre-configured scope.
|
|
|