-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e462494
commit eb9c270
Showing
58 changed files
with
7,288 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 140 additions & 12 deletions
152
plugins/authenticator/permissions/autogenerated/reference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,140 @@ | ||
| Permission | Description | | ||
|------|-----| | ||
|`allow-init-auth`|Enables the init_auth command without any pre-configured scope.| | ||
|`deny-init-auth`|Denies the init_auth command without any pre-configured scope.| | ||
|`allow-register`|Enables the register command without any pre-configured scope.| | ||
|`deny-register`|Denies the register command without any pre-configured scope.| | ||
|`allow-sign`|Enables the sign command without any pre-configured scope.| | ||
|`deny-sign`|Denies the sign command without any pre-configured scope.| | ||
|`allow-verify-registration`|Enables the verify_registration command without any pre-configured scope.| | ||
|`deny-verify-registration`|Denies the verify_registration command without any pre-configured scope.| | ||
|`allow-verify-signature`|Enables the verify_signature command without any pre-configured scope.| | ||
|`deny-verify-signature`|Denies the verify_signature command without any pre-configured scope.| | ||
|
||
### 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.