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.
data:
grant_type=password&scope=${oAuthConfig.scope}&username=${username}&password=${password}&client_id=${oAuthConfig.clientId}&client_secret=${oAuthConfig.clientSecret},