I have followed this link (Token Based Authentication in ASP.NET Core) to create the jwt token and I am successful to create the token
Below is the image
Now I want to validate the token I have passed the token as below
I am getting 401 authorization.Please let me know the where I am doing wrong.
I have taken the same code as mention in the blog
Here is the code link
https://github.com/mrsheepuk/ASPNETSelfCreatedTokenAuthExample