You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logging into Cognito it will give you a DeviceKey & DeviceGroupKey.
This is needed to confirm your device so that your refresh token starts working.
Sadly this library doesn't have any way to do the stuff needed to confirm a device.
Are you planning to add this?
The text was updated successfully, but these errors were encountered:
pravendra93
added a commit
to pravendra93/amazon-user-pool-srp-client
that referenced
this issue
Jan 15, 2022
Hey @pravendra93 your PR helped me to get the device confirmation to work! thank you!!! Could you now maybe help me understand how to calculate the necessary parameters that we must pass to DEVICE_PASSWORD_VERIFIER (the challenge that we get in response to DEVICE_SRP_AUTH ). It is quite confusing and since you implemented device confirmation it is likely that you also had to go through this step. Thanks again!
@ivands have you successfully implemented the complete flow?! Can you maybe help me here too?!
When logging into Cognito it will give you a DeviceKey & DeviceGroupKey.
This is needed to confirm your device so that your refresh token starts working.
Sadly this library doesn't have any way to do the stuff needed to confirm a device.
Are you planning to add this?
The text was updated successfully, but these errors were encountered: