## Default Permission Default permissions for the pinia plugin - `allow-clear-autosave` - `allow-get-pinia-path` - `allow-get-store-ids` - `allow-get-store-path` - `allow-get-store-state` - `allow-load` - `allow-patch` - `allow-save` - `allow-save-all` - `allow-save-some` - `allow-set-autosave` - `allow-unload` ## Permission Table
Identifier | Description |
---|---|
`pinia:allow-clear-autosave` | Enables the clear_autosave command without any pre-configured scope. |
`pinia:deny-clear-autosave` | Denies the clear_autosave command without any pre-configured scope. |
`pinia:allow-get-pinia-path` | Enables the get_pinia_path command without any pre-configured scope. |
`pinia:deny-get-pinia-path` | Denies the get_pinia_path command without any pre-configured scope. |
`pinia:allow-get-store-ids` | Enables the get_store_ids command without any pre-configured scope. |
`pinia:deny-get-store-ids` | Denies the get_store_ids command without any pre-configured scope. |
`pinia:allow-get-store-path` | Enables the get_store_path command without any pre-configured scope. |
`pinia:deny-get-store-path` | Denies the get_store_path command without any pre-configured scope. |
`pinia:allow-get-store-state` | Enables the get_store_state command without any pre-configured scope. |
`pinia:deny-get-store-state` | Denies the get_store_state command without any pre-configured scope. |
`pinia:allow-load` | Enables the load command without any pre-configured scope. |
`pinia:deny-load` | Denies the load command without any pre-configured scope. |
`pinia:allow-patch` | Enables the patch command without any pre-configured scope. |
`pinia:deny-patch` | Denies the patch command without any pre-configured scope. |
`pinia:allow-save` | Enables the save command without any pre-configured scope. |
`pinia:deny-save` | Denies the save command without any pre-configured scope. |
`pinia:allow-save-all` | Enables the save_all command without any pre-configured scope. |
`pinia:deny-save-all` | Denies the save_all command without any pre-configured scope. |
`pinia:allow-save-some` | Enables the save_some command without any pre-configured scope. |
`pinia:deny-save-some` | Denies the save_some command without any pre-configured scope. |
`pinia:allow-set-autosave` | Enables the set_autosave command without any pre-configured scope. |
`pinia:deny-set-autosave` | Denies the set_autosave command without any pre-configured scope. |
`pinia:allow-unload` | Enables the unload command without any pre-configured scope. |
`pinia:deny-unload` | Denies the unload command without any pre-configured scope. |