Verify JWT token with public key using C# using simple console application

Viewed 31

I have a token and it was decoded successfully and I am getting the correct details. Can please tell me how to verify the token with the public key(I have)?

0 Answers
Related