feat: saveToken plugin for app groups on iOS
This will allow the share extension to access the Bearer token to send images to the backend.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-saveToken"
|
||||
description = "Enables the saveToken command without any pre-configured scope."
|
||||
commands.allow = ["saveToken"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-saveToken"
|
||||
description = "Denies the saveToken command without any pre-configured scope."
|
||||
commands.deny = ["saveToken"]
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
## Permission Table
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Identifier</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`ios-shared-token:allow-saveToken`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the saveToken command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`ios-shared-token:deny-saveToken`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the saveToken command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user