Skip to content

Commit

Permalink
update demo site link
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Crowhurst authored and khellang committed Nov 22, 2023
1 parent 64f209d commit 86ff5dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Configure in `Startup` class. See examples:

* [controller api sample](samples/ProblemDetails.Sample/Program.cs)
* [minimal api sample](samples/ProblemDetails.MinimalApiSample/Program.cs)
* [asp.net core 3.1 sample app](https://github.com/christianacca/ProblemDetailsDemo)
* [asp.net core 6 sample app](https://github.com/christianacca/ProblemDetailsDemo)

Other packages that integrate with ProblemDetails middleware:

Expand Down Expand Up @@ -67,7 +67,7 @@ public class Startup
```

## Authentication.JwtBearer.Google [![NuGet](https://img.shields.io/nuget/v/Hellang.Authentication.JwtBearer.Google.svg)](https://www.nuget.org/packages/Hellang.Authentication.JwtBearer.Google)

> Install-Package Hellang.Authentication.JwtBearer.Google
Makes it straight-forward to hook up authentication with Google identity tokens, using Microsoft's existing `Microsoft.AspNetCore.Authentication.JwtBearer` for parsing and validating the tokens.
Expand All @@ -79,4 +79,4 @@ services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
.AddJwtBearer(x => x.UseGoogle(
clientId: "<google-client-id>",
hostedDomain: "<optional-g-suite-domain>"));
````
````

0 comments on commit 86ff5dd

Please sign in to comment.