Skip to content

Add configurable anonymous scoped-session data scope - #171

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

Add configurable anonymous scoped-session data scope#171
eviltester merged 1 commit into
masterfrom
codex/anonymous-data-scope-169

Conversation

@eviltester

Copy link
Copy Markdown
Owner

Summary

  • Adds configurable anonymous data-scope selection for scoped sessions.
  • Supports fixed-name and resolver callback forms with creation policy.
  • Keeps route-level default-scope anonymous access as an explicit override.
  • Applies anonymous scope before route authorizers and generated/fixed route handling.

Verification

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

Closes #169

Copilot AI lite review requested due to automatic review settings August 25, 2026 13:45

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 69b2854 into master Aug 25, 2026
3 checks passed
@eviltester
eviltester deleted the codex/anonymous-data-scope-169 branch August 25, 2026 13:48
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.

Configurable Anonymous Data Scope for Scoped Sessions

2 participants