How to read Bearer Tokens Claims in dotnetcore

So you were able to generate a bearer token for your authenticated users, in your frontend you put the the token in the header for make every single request authenticated good… but what if you need to get the info of the user that is requesting the information ? Here’s a code snipped for having […]