how to run .NetCore Web API 6 without swagger

Saadia

Member
Joined
Dec 2, 2022
Messages
11
Programming Experience
1-3
hello

I need to build an API to login which accepts email and password with request type POST return an authentication token used for API authentication in header by passing barer token
and also return logged In user detail without password field.

What I have done so far is
built an API which is running swagger just showing response.

1672658205519.png



but now I am clueless what to do and how.
Secondly, it is deployed to Linux and there it is not showing error.

1672658529753.png
 
Feel free to ask a question..


I use Insomnia, similar to postman but doesn't irritate me intensely
 

Latest posts

Back
Top Bottom