Skip to content

Commit

Permalink
add code reference
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 17, 2023
1 parent 3f6b22f commit 3a6c754
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file modified identityserver/AspIdUsers.db
Binary file not shown.
Binary file removed identityserver/AspIdUsers.db-wal
Binary file not shown.
5 changes: 5 additions & 0 deletions ui/ParOidcEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

namespace WebCodeFlowPkceClient;

/// <summary>
/// original code src:
/// https://github.com/DuendeSoftware/IdentityServer
/// </summary>

public class ParOidcEvents(HttpClient httpClient, IDiscoveryCache discoveryCache, ILogger<ParOidcEvents> logger, IConfiguration configuration) : OpenIdConnectEvents
{
private readonly HttpClient _httpClient = httpClient;
Expand Down

0 comments on commit 3a6c754

Please sign in to comment.