1

I am new to asp.net boilerplate (abp.io).

I made a project as backend for an existing mobile application. So I need to retrieve Jwt token from current logged in user and pass it for mobile application which calls Login api.

So please help me how to do that ? Lots of thanks.

1 Answers1

0

enter image description here

data: grant_type=password&scope=${oAuthConfig.scope}&username=${username}&password=${password}&client_id=${oAuthConfig.clientId}&client_secret=${oAuthConfig.clientSecret},

  • [Please do not upload images of code when writing an answer.](https://meta.stackoverflow.com/q/285551/2873538) – Ajeet Shah May 13 '21 at 09:56