feat: add multi-space session support to SessionConfig#25
Open
feat: add multi-space session support to SessionConfig#25
Conversation
4 tasks
SessionConfig now accepts optional `additionalSpaces` so a single SIWE signature can cover multiple spaces (e.g., primary + public). The into_message() method generates ReCap capability URIs for all spaces, enabling the SDK to operate on both default and public spaces without requiring a second wallet interaction.
36cc666 to
30f6544
Compare
…e sessions Server now tolerates missing spaces during delegation processing instead of failing with SpaceNotFound. For delegation-only transactions, spaces that don't exist in the DB are skipped (no epoch/event_order created), while the delegation record is still fully saved. Invocations continue to fail explicitly with 404 for non-existent spaces. The /delegate endpoint now returns JSON with activated/skipped space lists, allowing clients to defer public space creation until needed rather than eagerly creating it during signIn.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SessionConfigaccepts optionaladditionalSpacesso a single SIWE signature covers multiple spaces (e.g., primary + public)into_message()generates ReCap capability URIs for all spaces, not just the primaryPreparedSessionandSessionstructs passadditional_spacesthrough the full session lifecyclesession_with_additional_spacesverifies both space URIs appear in the SIWE messageTest plan
cargo testintinycloud-sdk-wasm— both existing and new tests pass