mmacneil / AspNetCoreApiStarter

An ASP.NET Core (v2.1) Web API project to quickly bootstrap new projects. Includes Identity, JWT authentication w/ refresh tokens.
https://fullstackmark.com/post/19/jwt-authentication-flow-with-refresh-tokens-in-aspnet-core-web-api
MIT License
354 stars 143 forks source link

How would you advice to do get, put or delete requests #8

Closed stealthAngel closed 5 years ago

stealthAngel commented 5 years ago

Hello,

In your example, I only see how you can do post requests.

Would you advise to do all the other requests the same way as the post request or do you suggest something else?

thank you,

vpetkovic commented 5 years ago

Yes pretty much

modiract commented 5 years ago

We can close this.