aspnet-core-jwt-authentication-api icon indicating copy to clipboard operation
aspnet-core-jwt-authentication-api copied to clipboard

Error: Unauthorized throw error.

Open achaloza opened this issue 6 years ago • 3 comments

I have try same code but facing Unauthorized error. I have using swagger. i have attach snap and also code. so can you find out problem. what is the issue. Capture aspnet-core-jwt-authentication-api-master.zip

achaloza avatar Sep 28 '19 03:09 achaloza

request header?

zicjin avatar Oct 08 '19 11:10 zicjin

You need add the JWT Token to your request. How do you generate it?

Do you use the authenticate method to generate the token first? It's necessary.

taciolitke avatar Mar 25 '20 15:03 taciolitke