authorization icon indicating copy to clipboard operation
authorization copied to clipboard

A toolset for authorizing access to graph types for GraphQL .NET.

Results 24 authorization issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @​dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @​thomasrockhu-codecov...

dependencies
CI
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
CI
github_actions

Bumps [Moq](https://github.com/moq/moq) from 4.20.2 to 4.20.69. Release notes Sourced from Moq's releases. v4.20.69 Let's make it more memorable when Moq became "safe" again. What's Changed Removed SponsorLink moq/moq#1375 Remove AWS...

dependencies
.NET

I am using graphql-dotnet in dotnet 6, Need to get argument from the query/mutation for authentication. In AuthorizationHandler how to extract the values from query. This is a sample query...