Skip to content

Add anonymous write scoped-session data scope - #173

Merged
eviltester merged 1 commit into
masterfrom
codex/anonymous-write-scope-172
Aug 25, 2026
Merged

Add anonymous write scoped-session data scope#173
eviltester merged 1 commit into
masterfrom
codex/anonymous-write-scope-172

Conversation

@eviltester

Copy link
Copy Markdown
Owner

Summary

  • Adds opt-in anonymous write data-scope selection for scoped sessions.
  • Supports fixed-name and resolver callback forms with creation policy.
  • Keeps invalid scoped-session credentials rejecting instead of falling back to anonymous writes.
  • Applies the resolved anonymous write scope before authorizers, validators, fixed routes, generated handlers, and callbacks.

Verification

  • Full Maven verification passed during commit hook: mvn clean verify
  • Local Maven install completed for API Challenges: mvn install -DskipTests

Closes #172

Copilot AI lite review requested due to automatic review settings August 25, 2026 15:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@eviltester
eviltester merged commit 187bb2e into master Aug 25, 2026
3 checks passed
@eviltester
eviltester deleted the codex/anonymous-write-scope-172 branch August 25, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Anonymous Write Data Scope Selection for Scoped Sessions

2 participants