chore: backlog TASK-6 SpaceRole bridge (Done)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b3a860766e
commit
ca9d54b01b
|
|
@ -13,3 +13,4 @@ auto_commit: false
|
|||
bypass_git_hooks: false
|
||||
check_active_branches: true
|
||||
active_branch_days: 30
|
||||
task_prefix: "task"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: TASK-6
|
||||
title: Add SpaceRole bridge for cross-module membership sync
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-02-17 22:34'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Bridge NextAuth session + EncryptID SDK SpaceRole system. Resolves user's effective SpaceRole by checking local rVote membership first, then falling back to EncryptID server. Includes 5-minute cache and hasCapability helper.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
Loading…
Reference in New Issue