Shane Krueger
Shane Krueger
Prerequisites (to reduce diff): - #590 Status: - All generated micro QR codes are scannable - Most QR codes match the output of the segno python library - Need to...
Updates CI scripts as follows: - Bumps windows-2019 to windows-latest due to: - https://github.com/actions/runner-images/issues/12045 - Changes expected folder from `D:\a\qrcoder\qrcoder` to `${{ github.workspace }}` (due to it actually being `C:\a\qrcoder\qrcoder`...
This allows bypassing parent type's authorization while defining new requirements on the field. Previously any requirements on the field were ignored. Sample: ```gql # .AuthorizeWithRoles("Admin") type Mutation { createUser(name: String!):...
- https://github.com/Shane32/GraphQL.AspNetCore3/pull/86 - https://github.com/Shane32/GraphQL.AspNetCore3/pull/87
Suggest changing method `AuthenticateAsync` to have an `AuthenticationRequest` class that includes `AuthenticationSchemes`, as follows: ```cs /// /// Authenticates an incoming GraphQL over WebSockets request with the /// connection initialization message....
To pass schemes to websocket handler
Would like to add tests to mock a HttpClient and test JWT authentication using an OIDC configuration. See #1171
I have an open source library built on iTextSharp.LGPLv2.Core 3.4.18, and was using it in an application that referenced 3.4.21. When upgrading the application to use 3.4.22, library methods that...