tauri-app-persisted-scope
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Persisting plugin scopes across sessions / 跨会话持久化插件 Scope
- Scope expiration or revocation / Scope 过期或撤销
- Re-authorization workflow / 重新授权流程
Trigger phrases include:
- "persisted scope", "expiration", "revocation", "re-authorization"
- "持久化权限", "过期", "撤销", "重新授权"
How to use this skill
- Define which scopes can be persisted and for how long
- Configure persisted-scope plugin capabilities
- Implement expiration, revocation, and re-approval flows
- Validate scope restoration and downgrade handling