Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Nov 29, 2024
1 parent 24b676c commit f9b5d40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,13 @@ app.UseGraphQL("/graphql", config =>
});
```

Please note that if JWT Bearer is not the default authentication scheme, you will need to
specify the authentication scheme to use for GraphQL requests. See 'Authentication schemes'
below for more information.
Please note:

- If JWT Bearer is not the default authentication scheme, you will need to specify
the authentication scheme to use for GraphQL requests. See 'Authentication schemes'
below for more information.

- Events configured through `JwtBearerEvents` are not currently supported.

#### Authentication schemes

Expand Down
2 changes: 1 addition & 1 deletion migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GraphQL.AspNetCore3 v7 requires GraphQL.NET v8 or newer.
### New features

- Supports JWT WebSocket Authentication using the separately-provided `GraphQL.AspNetCore3.JwtBearer` package.
- Inherits all options configured by the `Microsoft.AspNetCore.Authentication.JwtBearer` package.
- Inherits most options configured by the `Microsoft.AspNetCore.Authentication.JwtBearer` package.
- Supports multiple authentication schemes, configurable via the `GraphQLHttpMiddlewareOptions.AuthenticationSchemes` property.
- Defaults to attempting the `AuthenticationOptions.DefaultAuthenticateScheme` scheme if not specified.

Expand Down

0 comments on commit f9b5d40

Please sign in to comment.