Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov authored Aug 27, 2019
1 parent 5eab2b1 commit ec6efcc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ OR Firebase
});
}

ClaimsPrincipal can be injected, when

builder.Services.AddHttpContextAccessor();

attached via:

var injectedPrincipal = req.HttpContext.User;


7. That's it

Expand Down

0 comments on commit ec6efcc

Please sign in to comment.