server icon indicating copy to clipboard operation
server copied to clipboard

ASP.NET Core GraphQL Server

Results 44 server issues
Sort by recently updated
recently updated
newest added

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....

Would like to add tests to mock a HttpClient and test JWT authentication using an OIDC configuration. See #1171