Guido D'Orsi

Results 49 issues of Guido D'Orsi

There are some edge cases that are not handled by the current writeOnly key system (see [this](https://github.com/garden-co/jazz/blob/9356ffbd4e395e7e2a6b70465efc3ba14255bc82/packages/cojson/src/tests/group.test.ts#L1340) test for reference) and we currently can't let accounts extend groups if they...

bug
planned

## Background Currently, the role management system in Jazz has limitations around admin permissions where admins cannot be downgraded except by themselves. This creates potential issues for organization management and...

planned

## **The problem** When kicking someone out form an extended group we iterate over all the child groups to rotate their keys.This way new coValues created with these groups are...

improvement
planned

While Passkeys provide robust security, they present limitations for users needing to access their accounts across multiple devices, as they are bound to specific OS/browser environments. We should provide a...

good first issue
reliability
planned

We should cache the decoded images to avoid glitches when the user navigates back to the previous screens https://github.com/user-attachments/assets/57aaac92-ca4c-4e54-bbba-3b708bd7b1b6

### Summary Introduce support for **timestamp-based revocation** in group membership management to enable both *backdated* and *forward-dated* removals. This feature enhances security and moderation capabilities by allowing group administrators to...

feature
Adopter Requested Feature/Documentation

Document that jazz-nodejs requires Node v22 and also works on other platforms (Bun, Cloudflare, Deno, Vercel Functions, whatever supports WebSocket) and add tips on how to fallback on PureJSCrypto if...

docs

An user reported a "InvalidSignature" issue and it looks like related to the storage layer in expo. We want to build an API to help users to export their SQLite...