examples
examples copied to clipboard
A Schema First example that uses Authorization
Does this sample support scopes services within the custom AuthorizationRequirement? This should be made clear, and if possible included in the sample, as the majority of the questions relating to DI received on the GraphQL.Net repo concern scoped services.
Does this sample support scopes services within the custom AuthorizationRequirement? This should be made clear, and if possible included in the sample
No, this isn't setup to support scoped services specifically. In fact, I should change the evaluator registration to be transient now that I think of it.
I think we should have a separate example specifically showing scoped services registration.