mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-11 12:37:34 +02:00
5d170a5444
* chore(deps): tauri 2.0.0-rc.3 * fix builds * fix deep link [skip ci]
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>
|