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

ASP.NET Core 2.2 JWT Authentication API

Results 5 aspnet-core-jwt-authentication-api issues
Sort by recently updated
recently updated
newest added

Obv I no that I use the Authorise and that should redirect me to your Authenticate method but will that be checked each time or do i need to implement...

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....

I tried to test the app running ```shell $ curl -d "username=test&password=test" -X POST http://localhost:4000/users/authenticate {"type":"https://tools.ietf.org/html/rfc7231#section-6.5.13","title":"Unsupported Media Type","status":415,"traceId":"0HLMEPV7RSATF:00000001"} ``` Same error if I try with vscode rest client like this:...

I am getting unauthorized error while testing with Postman ![image](https://user-images.githubusercontent.com/4956899/58750115-b6a43680-84ab-11e9-9d90-d4ad47c8a20d.png) ![image](https://user-images.githubusercontent.com/4956899/58750122-ca4f9d00-84ab-11e9-8f68-afafcb080c0c.png)

Hi, When I run your sample I got a HTTP ERROR 404 The browser open at : http://localhost:58267/ I have also try with postman and everything looks empty ! I...