mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
76daee7aaf
* fix(deps): update tauri monorepo * Create tauri-beta-23.md * fix clippy - regen permissions * revert accidental cargo.toml change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
141 lines
1.4 KiB
Markdown
141 lines
1.4 KiB
Markdown
|
|
### Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:allow-init-auth`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the init_auth command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:deny-init-auth`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the init_auth command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:allow-register`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the register command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:deny-register`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the register command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:allow-sign`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the sign command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:deny-sign`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the sign command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:allow-verify-registration`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the verify_registration command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:deny-verify-registration`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the verify_registration command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:allow-verify-signature`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the verify_signature command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`authenticator:deny-verify-signature`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the verify_signature command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|