chore: align compact agql auth context - #25
Merged
Merged
Conversation
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
agql-authsite to merged 0.17.1 revisionb792241b7d9bb46bad81dde4534ae5b39857f614Consumer neutrality
This preserves one generic
agql-authRust type universe for all consumers. The upstream patch compacts default session-context serialization for every issuer; it adds no consumer policy, role/scope name, endpoint, cache behavior, or application identifier. ORM projection, AI authorization/rehydration, and router verification/expansion logic are unchanged.The complete diff was grepped case-insensitively for
gema, First Assist identifiers, and consumer scope strings; the result was empty.Verification
cargo checkforgraphql-orm,graphql-orm-ai, andgraphql-orm-routerwith both auth adaptersgraphql-ormauth library tests: 34 + 2 assurance tests passed before the unchanged local Rust 1.90 trybuild diagnostic wording mismatchauth-agql: 65 tests + binary smoke passedlarge_enum_variantdiagnostic, while current stable CI owns that laneDocumentation impact
Updated root and package changelogs/migration guides, dependency examples, AI implementation status, router guidance, and generated workspace inventory. No configuration, schema, persistence, authorization, provider, backup, or restore migration is required.