Sunday, 4 July 2021

decode jwt token

 

  1. var handler = new JwtSecurityTokenHandler();
  2. var decodedValue = handler.ReadJwtToken(token);
Use using System.IdentityModel.Tokens.Jwt;

No comments:

Post a Comment

API run block issue run api from cmd

  ✅ Debug Checklist – “Access is Denied” (.NET / Visual Studio) 🔹 Identify Problem ☐ Error: Unable to start program (.exe) – Access is deni...