Hello, I am new to .net and I am implementing JWT and I find on the direct page of JSON Web Token Libraries - jwt.io a package which uses System.IdentityModel.Tokens.Jwt so I go directly to the package and I do not find an example code, I go to the Microsoft documentation and I only find dotnet users-jwt which is with a cli command and I need to implement jwt from scratch. Could you help me, where can I get an example where I specify each part?
4 posts - 2 participants