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.
but now I am clueless what to do and how.
Secondly, it is deployed to Linux and there it is not showing error.
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.
but now I am clueless what to do and how.
Secondly, it is deployed to Linux and there it is not showing error.