I am using "aws-amplify" and created login ,forgot password and reset page and all are working fine with "user pool"
Now i have use-case where we want a user can login only assign mobile device (user id bound to device id and user cannot login from other mobile device )
in short i am looking user can authenticate using following three attributes.
- User_id
- Password
- Mobile unique device id (Mobile Device Identifiers, or Mobile Device IDs are a unique identifier which can be used to identify a mobile device)
Has anyone solved that in Amazon Cognito ?