NabuCasa / pycognito

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
129 stars 39 forks source link

Device confirmation? #214

Closed jamesbr3 closed 3 months ago

jamesbr3 commented 1 year ago

Hi, (great library by the way!)

Are there any plans to add device confirmation support into pycognito? specifically, so that the boto3 confirm_device and update_device_status are supported? This would then allow device-based authentication (i.e. with a token) once the initial user authentication has passed.

I'm working on adding this support to my own copy of this library. If I succeed, would a PR be of interest?

thanks James

arshvimal commented 5 months ago

Added in PR #216