I'm using AWS Cognito for user management. I want to generate auth token for user without providing password. Is there any way to do this? From aws-sdk or aws-amplify.
I have found AdminInitiateAuth method from aws-sdk but it requires password.
Thanks in advance !!