aws-samples/amazon-cognito-passwordless-email-auth

Passwordless authentication Android

MichalCR opened this issue · 3 comments

Hi,

I'm trying to create passwordless email authentications on Android. I follow this example: https://aws.amazon.com/blogs/mobile/implementing-passwordless-email-authentication-with-amazon-cognito/. I was able to signup user however I struggle with signing in. In the above instruction, there is only JS client example and it contains methods what Android SDK does not have e.g. Auth.signIn(email) or Auth.signIn(email). Can you please tell how can I make a passwordless authentication using Cognito Android SDK?

Hi @MichalCR , did you get further?

Hi,

yes It turned you that Android SDK works a bit different than JS SDK but I was able to find a way to send requests that I was missing. THX!