2.2 KiB
2.2 KiB
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-13 | Sprint 5: EncryptID Cross-App Integration | In Progress | 2026-02-05 15:38 | 2026-02-17 21:42 |
|
high |
Description
Integrate EncryptID across all r-ecosystem applications:
-
rspace.online Integration
- Replace CryptID login with EncryptID
- E2E encryption for private boards
- Document signing for authorship
-
rwallet.online Integration
- Connect AA wallet for treasury ops
- Transaction approval with passkey
- Session keys for recurring operations
-
rvote.online Integration
- Voter authentication
- Cryptographic ballot signatures
- On-chain vote submission
-
rfiles.online Integration
- E2E file encryption
- Secure file sharing (key wrapping)
- Storage payment integration
-
rmaps.online Integration
- User authentication
- Contribution signing
- Location data encryption
-
Shared Components
- EncryptID SDK/library
- Login button component
- Session management hooks
Acceptance Criteria
- #1 rspace.online authenticates via EncryptID
- #2 rwallet.online connects to user's AA wallet
- #3 rvote.online accepts signed ballots
- #4 rfiles.online encrypts/decrypts with derived keys
- #5 rmaps.online uses EncryptID for auth
- #6 Single sign-on works across all apps
- #7 EncryptID SDK published and documented
Implementation Notes
Progress 2026-02-17
- AC #6: Cross-domain token relay implemented (postMessage between r*.online domains)
- AC #7: SDK exports updated — types/membership-events, client/token-relay, server role-resolver with remote lookup
- space_members table + CRUD endpoints added to EncryptID server
- SpaceRole bridges added to rVote, rNotes, rMaps (resolveSpaceRoleRemote with 5min cache)
- Automerge CommunityDoc extended with members map
- Bidirectional sync via PATCH /api/communities/:slug/shapes/:shapeId
- Remaining: Full per-app integration (AC #1-5) needs UI work in each module