Skip to content

Commit

Permalink
Remove unnecessary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Oct 23, 2024
1 parent 3a0887c commit 7cc413b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ public void PostConfigure(string? name, JwtBearerOptions options)
{
throw new Exception("Events on JwtBearerOptions must derive from DPoPJwtBearerEvents to work with the DPoP support.");
}

// TODO - Allow for derived versions of the events type to be used here so that
// customization of other events is possible

if (options.Events == null && options.EventsType == null)
{
options.EventsType = typeof(DPoPJwtBearerEvents);
Expand Down

0 comments on commit 7cc413b

Please sign in to comment.